.tb-text-ellipsis[data-v-7c170e9f] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tb-text-ellipsis.inline[data-v-7c170e9f] {
    display: inline-block;
}
.tb-text-ellipsis.multiline_2[data-v-7c170e9f] {
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
}
.tb-text-ellipsis.multiline_2.block[data-v-7c170e9f] {
      height: 2.4em;
}
.tb-text-ellipsis.multiline_3[data-v-7c170e9f] {
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.2em;
}
.tb-text-ellipsis.multiline_3.block[data-v-7c170e9f] {
      height: 3.6em;
}
.tb-text-ellipsis.left[data-v-7c170e9f] {
    text-align: left;
}
.tb-text-ellipsis.center[data-v-7c170e9f] {
    text-align: center;
}
.tb-text-ellipsis.right[data-v-7c170e9f] {
    text-align: right;
}

body {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.basic {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.dark {
  --font_basic: #fff;
  --bg_basic: #101225;
  --layer: #3b3953;
  --font_title: #ffd229;
}
* {
  -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 */
}
*::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}
body {
  color: var(--font_basic);
  overflow-y: hidden;
}
body.en {
  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,
  body.en .total_text {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .notice_box {
    padding-top: 8.75vh;
}
body.en .notice_box.small .notice_title {
      font-size: 50px;
      font-size: min(3.90625vw, 50px);
}
body.en .danger_desc,
  body.en .danger_text {
    font-size: 24px !important;
    font-size: min(1.875vw, 24px) !important;
}
body.en .complete_title {
    font-size: 65px !important;
    font-size: min(5.078125vw, 65px) !important;
}
body.en .waiting_text {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .waiting_info_text {
    font-size: 20px !important;
    font-size: min(1.5625vw, 20px) !important;
}
body.en .popup_text_title {
    font-size: 36px !important;
    font-size: min(2.8125vw, 36px) !important;
}
body.en .popup_text {
    padding: 0 5.859375vw;
}
body.en .content_wrap {
    font-size: 55px !important;
    font-size: min(4.296875vw, 55px) !important;
}
body.jp .btn_exit {
  display: block;
}
body.jp,
body.cn_simplified {
  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,
  body.cn_simplified .waiting_count {
    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,
  body.cn_simplified .start_btn img {
    margin-bottom: 3.625vh;
}
body.jp .start_btn span,
  body.cn_simplified .start_btn span {
    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,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
button {
  border: none;
}
.wrapper_gray {
  background: var(--bg_basic);
  width: 100vw;
  height: 100vh;
}
.wrapper_dark {
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F9FA;
  height: 100%;
  width: 100%;
}
.header {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  background: #F8F9FA;
  border-bottom: 1px solid #B7BEC8;
}
.header h1.title {
    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 {
    border: none;
    background: transparent;
    cursor: pointer;
}
.header button.btn_back {
    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 {
    position: absolute;
    top: 0;
    right: 20px;
    height: 70px;
    color: #D81B1B;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.queue-disabled {
  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: 43.25vh;
  border-radius: 2.5vh;
  background: #2E3137;
  font-size: 50px;
  font-size: min(3.90625vw, 50px);
  font-weight: 700;
  text-align: center;
  line-height: 9.25vh;
  color: #ffffff;
}
.card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-wrap > * + * {
    margin-left: 2.5vh;
}
.card-wrap .queue-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3vh 1.875vw;
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 47.75vh;
    border-radius: 3vh;
    background: #FFF;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
}
.card-wrap .queue-card .name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 9.5vh;
      word-break: break-all;
      text-align: center;
      font-size: 38px;
      font-size: min(2.969vw, 38px);
      font-weight: 700;
      line-height: 1.13;
      color: #000;
      overflow: hidden;
}
.card-wrap .queue-card .name .queue-name-ellipsis.multiline_2 {
        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;
        height: 100%;
}
.card-wrap .queue-card .name .queue-name-ellipsis.multiline_2 .queue-name-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        line-height: 1.2em;
        max-height: 2.4em;
        width: 100%;
        overflow: hidden;
        white-space: normal;
        word-break: break-all;
        text-align: center;
}
.card-wrap .queue-card .queue-cnt-wrap {
      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;
      padding: 0 0 3vh;
      color: #D81B1B;
      font-weight: 800;
      text-align: center;
}
.card-wrap .queue-card .queue-cnt-wrap .cnt {
        font-size: 110px;
        font-size: min(8.59375vw, 110px);
        line-height: 95px;
}
.card-wrap .queue-card .queue-cnt-wrap .text {
        margin-left: 0.3125vw;
        font-size: 85px;
        font-size: min(6.640625vw, 85px);
        line-height: 1;
}
.card-wrap .queue-card .button {
      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: 10.5vh;
      border-radius: 2vh;
      background: #D81B1B;
      color: #ffffff;
      cursor: pointer;
}
.card-wrap .queue-card .button > * + * {
        margin-left: 1.25vh;
}
.card-wrap .queue-card .button span {
        font-size: 32px;
        font-size: min(2.5vw, 32px);
        font-weight: 700;
        line-height: 4.75vh;
}
.card-wrap .queue-card.small {
      padding: 2.5vh 1.5625vw;
}
.card-wrap .queue-card.small .name {
        font-size: 32px;
        font-size: min(2.5vw, 32px);
        line-height: 1.12;
}
.card-wrap .queue-card.small .queue-cnt-wrap .cnt {
        font-size: 85px;
        font-size: min(6.640625vw, 85px);
}
.card-wrap .queue-card.small .queue-cnt-wrap .text {
        font-size: 72px;
        font-size: min(5.625vw, 72px);
        line-height: 12.5vh;
}
.card-wrap .disabled {
    background: #454a52;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.card-wrap .disabled .name {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: #b6c0cc;
}
.card-wrap .disabled .closed-wrap {
      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%;
      padding: 0 0 20px 0;
      color: #969FAC;
      text-align: center;
      font-size: 110px;
      font-size: min(8.59375vw, 110px);
      font-weight: 800;
      line-height: 0.863;
}
.card-wrap .disabled.medium .closed-wrap {
      font-size: 85px;
      font-size: min(6.640625vw, 85px);
}
.card-wrap .disabled.small .closed-wrap {
      font-size: 62px;
      font-size: min(4.84375vw, 62px);
}
.card-wrap .disabled .queue-cnt-wrap, .card-wrap .disabled .button {
      display: none;
}
.card-wrap.en .queue-card .queue-cnt-wrap {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 0 0 18px;
}
.card-wrap.en .queue-card .queue-cnt-wrap .text {
      margin-left: 8px;
      font-size: min(3.90625vw, 50px);
      line-height: 80px;
      font-weight: 700;
}
.card-wrap.en .queue-card .queue-cnt-wrap.disabled .closed-wrap {
      font-size: 100px;
      font-size: min(7.8125vw, 100px);
      line-height: 1.05;
}
.card-wrap.en .queue-card.medium .queue-cnt-wrap, .card-wrap.en .queue-card.small .queue-cnt-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
}
.card-wrap.en .queue-card.medium .queue-cnt-wrap > * + *, .card-wrap.en .queue-card.small .queue-cnt-wrap > * + * {
      margin-top: 1vh;
}
.card-wrap.en .queue-card.medium .queue-cnt-wrap .cnt, .card-wrap.en .queue-card.small .queue-cnt-wrap .cnt {
      font-size: 85px;
      font-size: min(6.640625vw, 85px);
      line-height: 1;
}
.card-wrap.en .queue-card.medium .queue-cnt-wrap .text, .card-wrap.en .queue-card.small .queue-cnt-wrap .text {
      font-size: 36px;
      font-size: min(2.8125vw, 36px);
      line-height: 5vh;
}
.card-wrap.jp .queue-card .queue-cnt-wrap, .card-wrap.cn_simplified .queue-card .queue-cnt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.card-wrap.jp .queue-card .queue-cnt-wrap > * + *, .card-wrap.cn_simplified .queue-card .queue-cnt-wrap > * + * {
      margin-top: 1vh;
}
.card-wrap.jp .queue-card .queue-cnt-wrap .cnt, .card-wrap.cn_simplified .queue-card .queue-cnt-wrap .cnt {
      font-size: 100px;
      font-size: min(7.8125vw, 100px);
      line-height: 1;
}
.card-wrap.jp .queue-card .queue-cnt-wrap .text, .card-wrap.cn_simplified .queue-card .queue-cnt-wrap .text {
      font-size: 32px;
      font-size: min(2.5vw, 32px);
      line-height: 5vh;
}
.card-wrap.jp .queue-card .queue-cnt-wrap.disabled .closed-wrap, .card-wrap.cn_simplified .queue-card .queue-cnt-wrap.disabled .closed-wrap {
      font-size: 100px;
      font-size: min(7.8125vw, 100px);
      line-height: 1.05;
}
.card-wrap.jp .queue-card.medium, .card-wrap.jp .queue-card.small, .card-wrap.cn_simplified .queue-card.medium, .card-wrap.cn_simplified .queue-card.small {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.card-wrap.jp .queue-card.medium > * + *, .card-wrap.jp .queue-card.small > * + *, .card-wrap.cn_simplified .queue-card.medium > * + *, .card-wrap.cn_simplified .queue-card.small > * + * {
      margin-top: 1vh;
}
.card-wrap.jp .queue-card.medium .queue-cnt-wrap, .card-wrap.jp .queue-card.small .queue-cnt-wrap, .card-wrap.cn_simplified .queue-card.medium .queue-cnt-wrap, .card-wrap.cn_simplified .queue-card.small .queue-cnt-wrap {
      padding: 0;
}
.card-wrap.jp .queue-card.medium .cnt, .card-wrap.jp .queue-card.small .cnt, .card-wrap.cn_simplified .queue-card.medium .cnt, .card-wrap.cn_simplified .queue-card.small .cnt {
      font-size: 85px;
      font-size: min(6.640625vw, 85px);
      line-height: 1;
}
.card-wrap.jp .queue-card.medium .text, .card-wrap.jp .queue-card.small .text, .card-wrap.cn_simplified .queue-card.medium .text, .card-wrap.cn_simplified .queue-card.small .text {
      font-size: 36px;
      font-size: min(2.8125vw, 36px);
      line-height: 1.2;
}

body[data-v-40ab164b] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.basic[data-v-40ab164b] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.dark[data-v-40ab164b] {
  --font_basic: #fff;
  --bg_basic: #101225;
  --layer: #3b3953;
  --font_title: #ffd229;
}
*[data-v-40ab164b] {
  -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-40ab164b]::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}
body[data-v-40ab164b] {
  color: var(--font_basic);
  overflow-y: hidden;
}
body.en[data-v-40ab164b] {
  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-40ab164b],
  body.en .total_text[data-v-40ab164b] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .notice_box[data-v-40ab164b] {
    padding-top: 8.75vh;
}
body.en .notice_box.small .notice_title[data-v-40ab164b] {
      font-size: 50px;
      font-size: min(3.90625vw, 50px);
}
body.en .danger_desc[data-v-40ab164b],
  body.en .danger_text[data-v-40ab164b] {
    font-size: 24px !important;
    font-size: min(1.875vw, 24px) !important;
}
body.en .complete_title[data-v-40ab164b] {
    font-size: 65px !important;
    font-size: min(5.078125vw, 65px) !important;
}
body.en .waiting_text[data-v-40ab164b] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .waiting_info_text[data-v-40ab164b] {
    font-size: 20px !important;
    font-size: min(1.5625vw, 20px) !important;
}
body.en .popup_text_title[data-v-40ab164b] {
    font-size: 36px !important;
    font-size: min(2.8125vw, 36px) !important;
}
body.en .popup_text[data-v-40ab164b] {
    padding: 0 5.859375vw;
}
body.en .content_wrap[data-v-40ab164b] {
    font-size: 55px !important;
    font-size: min(4.296875vw, 55px) !important;
}
body.jp .btn_exit[data-v-40ab164b] {
  display: block;
}
body.jp[data-v-40ab164b],
body.cn_simplified[data-v-40ab164b] {
  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-40ab164b],
  body.cn_simplified .waiting_count[data-v-40ab164b] {
    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-40ab164b],
  body.cn_simplified .start_btn img[data-v-40ab164b] {
    margin-bottom: 3.625vh;
}
body.jp .start_btn span[data-v-40ab164b],
  body.cn_simplified .start_btn span[data-v-40ab164b] {
    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-40ab164b],
p[data-v-40ab164b] {
  margin: 0;
  padding: 0;
}
h1[data-v-40ab164b],
h2[data-v-40ab164b],
h3[data-v-40ab164b],
h4[data-v-40ab164b],
h5[data-v-40ab164b],
h6[data-v-40ab164b] {
  margin: 0;
}
ul[data-v-40ab164b],
li[data-v-40ab164b] {
  margin: 0;
  padding: 0;
}
ul li[data-v-40ab164b] {
  list-style: none;
}
button[data-v-40ab164b] {
  border: none;
}
.wrapper_gray[data-v-40ab164b] {
  background: var(--bg_basic);
  width: 100vw;
  height: 100vh;
}
.wrapper_dark[data-v-40ab164b] {
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.inner_wrap[data-v-40ab164b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F9FA;
  height: 100%;
  width: 100%;
}
.header[data-v-40ab164b] {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  background: #F8F9FA;
  border-bottom: 1px solid #B7BEC8;
}
.header h1.title[data-v-40ab164b] {
    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-40ab164b] {
    border: none;
    background: transparent;
    cursor: pointer;
}
.header button.btn_back[data-v-40ab164b] {
    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-40ab164b] {
    position: absolute;
    top: 0;
    right: 20px;
    height: 70px;
    color: #D81B1B;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.footer-container[data-v-40ab164b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 100%;
  height: 3.5vh;
}
.footer-container .footer-left[data-v-40ab164b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-size: min(1.40625vw, 18px);
    font-weight: 500;
    color: #FCE800;
}
.footer-container .footer-left > * + *[data-v-40ab164b] {
      margin-left: 0.5vh;
}
.footer-container .footer-left .notification-icon[data-v-40ab164b] {
      width: 1.875vw;
      height: 3vh;
}
.footer-container .footer-left.left-padding[data-v-40ab164b] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: calc(calc(100% - 4.6875vw - 31.25vw));
}
.footer-container .footer-right[data-v-40ab164b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-size: min(1.25vw, 16px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.59);
}
.footer-container .footer-right span[data-v-40ab164b] {
      padding: 0 0 0 0.3125vw;
}

body {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.basic {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.dark {
  --font_basic: #fff;
  --bg_basic: #101225;
  --layer: #3b3953;
  --font_title: #ffd229;
}
* {
  -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 */
}
*::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}
body {
  color: var(--font_basic);
  overflow-y: hidden;
}
body.en {
  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,
  body.en .total_text {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .notice_box {
    padding-top: 8.75vh;
}
body.en .notice_box.small .notice_title {
      font-size: 50px;
      font-size: min(3.90625vw, 50px);
}
body.en .danger_desc,
  body.en .danger_text {
    font-size: 24px !important;
    font-size: min(1.875vw, 24px) !important;
}
body.en .complete_title {
    font-size: 65px !important;
    font-size: min(5.078125vw, 65px) !important;
}
body.en .waiting_text {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .waiting_info_text {
    font-size: 20px !important;
    font-size: min(1.5625vw, 20px) !important;
}
body.en .popup_text_title {
    font-size: 36px !important;
    font-size: min(2.8125vw, 36px) !important;
}
body.en .popup_text {
    padding: 0 5.859375vw;
}
body.en .content_wrap {
    font-size: 55px !important;
    font-size: min(4.296875vw, 55px) !important;
}
body.jp .btn_exit {
  display: block;
}
body.jp,
body.cn_simplified {
  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,
  body.cn_simplified .waiting_count {
    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,
  body.cn_simplified .start_btn img {
    margin-bottom: 3.625vh;
}
body.jp .start_btn span,
  body.cn_simplified .start_btn span {
    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,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
button {
  border: none;
}
.wrapper_gray {
  background: var(--bg_basic);
  width: 100vw;
  height: 100vh;
}
.wrapper_dark {
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F9FA;
  height: 100%;
  width: 100%;
}
.header {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  background: #F8F9FA;
  border-bottom: 1px solid #B7BEC8;
}
.header h1.title {
    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 {
    border: none;
    background: transparent;
    cursor: pointer;
}
.header button.btn_back {
    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 {
    position: absolute;
    top: 0;
    right: 20px;
    height: 70px;
    color: #D81B1B;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.home-wrapper {
  /* width: 1280px;
  height: 800px; */
  width: 100%;
  height: 100vh;
  background: #1E1F21;
}
.waiting-queue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5vh 1.5625vw 7.25vh;
}
.waiting-queue .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.waiting-queue .content > * + * {
      margin-top: 2.5vh;
}
.waiting-queue .content .flag-icon-wrap {
      margin: 0 auto;
}
.waiting-queue .content .info-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.waiting-queue .content .info-box > * + * {
        margin-left: 1.875vw;
}
.waiting-queue .content .info-box .store-info {
        width: calc(50% - 0.9375vw);
        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-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 0.9375vw;
}
.waiting-queue .content .info-box .store-info > * + * {
          margin-top: 3.5vh;
}
.waiting-queue .content .info-box .store-info .store-name {
          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-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
}
.waiting-queue .content .info-box .store-info .store-name > * + * {
            margin-top: 2.25vh;
}
.waiting-queue .content .info-box .store-info .store-name img {
            width: 6.25vw;
            height: 3vh;
}
.waiting-queue .content .info-box .store-info .store-name .name {
            max-width: 43.28125vw;
            font-size: 36px;
            font-size: min(2.8125vw, 36px);
            font-weight: 700;
            line-height: 5.375vh;
            color: #ffffff;
}
.waiting-queue .content .info-box .store-info .store-name .name p {
              height: auto;
              max-height: 10.75vh;
              text-align: center;
}
.waiting-queue .content .info-box .store-info .confirm-queue-number {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 20px 24px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-radius: 2.5vh;
          background: #2E3137;
          font-size: 32px;
          font-size: min(2.5vw, 32px);
          font-weight: 700;
          line-height: 4.5vh;
          color: #ffffff;
}
.waiting-queue .content .info-box .store-info .confirm-queue-number > * + * {
            margin-left: 1.5vh;
}
.waiting-queue .content .info-box .store-info .confirm-queue-number .confirm-number {
            color: #FCE800;
}
.waiting-queue .content .info-box .store-info .confirm-queue-number.no-otp-code {
            padding: 2vh 2.1875vw;
            color: #969FAC;
}
.waiting-queue .content .info-box .notice-wrap {
        width: calc(50% - 0.9375vw);
        height: 30.25vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 3.75vh 2.1875vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        border-radius: 2.5vh;
        background: #2E3137;
}
.waiting-queue .content .info-box .notice-wrap > * + * {
          margin-top: 2vh;
}
.waiting-queue .content .info-box .notice-wrap .title {
          font-size: 28px;
          font-size: min(2.1875vw, 28px);
          font-weight: 700;
          line-height: 4vh;
          color: #ffffff;
}
.waiting-queue .content .info-box .notice-wrap .content {
          padding: 0 16px 0 0;
          width: 100%;
          font-size: 20px;
          font-size: min(1.5625vw, 20px);
          font-weight: 400;
          line-height: 4vh;
          color: #ffffff;
          overflow-y: scroll;
          word-break: break-all;
          max-height: 16.75vh;
          scrollbar-width: thin;
}
.waiting-queue .content .info-box .notice-wrap .content::-webkit-scrollbar {
            display: block;
            width: 10px;
            background: #D7DBDF;
}
.waiting-queue .content .info-box .notice-wrap .content::-webkit-scrollbar-thumb {
            background: #D7DBDF;
            border-radius: 10px;
}
.waiting-queue .footer-container {
    margin: 2vh 0 0;
}
.no-waiting-queue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.25vh 3.90625vw 3.75vh;
}
.no-waiting-queue > * + * {
    margin-top: 2.5vh;
}
.no-waiting-queue .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.no-waiting-queue .content > * + * {
      margin-left: 4.6875vw;
}
.no-waiting-queue .content .info-wrap {
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
}
.no-waiting-queue .content .info-wrap > * + * {
        margin-top: 3.75vh;
}
.no-waiting-queue .content .info-wrap .store-info {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.no-waiting-queue .content .info-wrap .store-info > * + * {
          margin-top: 3.75vh;
}
.no-waiting-queue .content .info-wrap .store-info .store-name {
          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-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
}
.no-waiting-queue .content .info-wrap .store-info .store-name > * + * {
            margin-top: 1.5vh;
}
.no-waiting-queue .content .info-wrap .store-info .store-name .name {
            max-width: 56.25vw;
            color: #ffffff;
            text-align: center;
            font-size: 36px;
            font-size: min(2.8125vw, 36px);
            font-weight: 700;
            line-height: 5.375vh;
}
.no-waiting-queue .content .info-wrap .store-info .store-name .name.long-name {
              font-size: 30px;
              font-size: min(2.34375vw, 30px);
}
.no-waiting-queue .content .info-wrap .store-info .store-name .name p {
              text-align: center;
}
.no-waiting-queue .content .info-wrap .waiting-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        color: #ffffff;
        text-align: center;
        font-size: 100px;
        font-size: min(8.59375vw, 100px);
        font-weight: 800;
        line-height: 1.1;
}
.no-waiting-queue .content .info-wrap .waiting-count > * + * {
          margin-top: 3.75vh;
}
.no-waiting-queue .content .info-wrap .waiting-count div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #D81B1B;
          font-size: 150px;
          font-size: min(11.719vw, 150px);
          font-weight: 800;
          line-height: 0.733;
}
.no-waiting-queue .content .info-wrap .waiting-count div span {
            margin-left: 0.46875vw;
            font-size: 100px;
            font-size: min(7.8125vw, 100px);
            font-weight: 800;
            line-height: 0.9;
}
.no-waiting-queue .content .info-wrap .waiting-start-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 3.5vh 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #ffffff;
        font-size: 32px;
        font-weight: 700;
        line-height: 4.75vh;
        border-radius: 2.5vh;
        background: #D81B1B;
        cursor: pointer;
}
.no-waiting-queue .content .info-wrap .waiting-start-btn.disabled {
          padding: 2.5vh 1.5625vw;
          border-radius: 3vh;
          background: #2E3137;
          color: #FFF;
          font-size: 24px;
          font-size: min(1.875vw, 24px);
          font-weight: 600;
          line-height: 4.75vh;
          text-align: center;
}
.no-waiting-queue .content .notice-wrap {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 31.25vw;
}
.no-waiting-queue .content .notice-wrap > * + * {
        margin-top: 2.5vh;
}
.no-waiting-queue .content .notice-wrap .confirm-queue-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 2.5vh;
        background: #2E3137;
        font-size: 34px;
        font-size: min(2.65625vw, 34px);
        font-weight: 700;
        line-height: 4.5vh;
        color: #ffffff;
        border: 0.5vh solid #525965;
}
.no-waiting-queue .content .notice-wrap .confirm-queue-number > * + * {
          margin-left: 1.5vh;
}
.no-waiting-queue .content .notice-wrap .confirm-queue-number .confirm-number {
          color: #FCE800;
}
.no-waiting-queue .content .notice-wrap .notice-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 71vh;
        padding: 28px;
        border-radius: 2.5vh;
        background: #2E3137;
}
.no-waiting-queue .content .notice-wrap .notice-content > * + * {
          margin-top: 2vh;
}
.no-waiting-queue .content .notice-wrap .notice-content.no-otp-code {
          height: 84vh;
}
.no-waiting-queue .content .notice-wrap .notice-content .title {
          color: #ffffff;
          font-size: 28px;
          font-size: min(2.1875vw, 28px);
          font-weight: 700;
          line-height: 4vh;
}
.no-waiting-queue .content .notice-wrap .notice-content .content {
          color: #ffffff;
          font-size: 24px;
          font-size: min(1.875vw, 24px);
          font-weight: 400;
          line-height: 4.5vh;
          overflow-y: auto;
          scrollbar-width: thin;
}
.no-waiting-queue .content .notice-wrap .notice-content .content::-webkit-scrollbar {
            display: block;
            width: 10px;
            background: #D7DBDF;
}
.no-waiting-queue .content .notice-wrap .notice-content .content::-webkit-scrollbar-thumb {
            background: #D7DBDF;
            border-radius: 10px;
}
.no-waiting-queue .content .notice-wrap .notice-content .content ul {
            padding: 0 16px 0 0;
}
.unable-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 6.25vh 3.90625vw;
}
.unable-wrap > * + * {
    margin-top: 2.3125vh;
}
.unable-wrap .store-info {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.unable-wrap .store-info > * + * {
      margin-top: 3.75vh;
}
.unable-wrap .store-info .store-name {
      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-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
.unable-wrap .store-info .store-name > * + * {
        margin-top: 1.5vh;
}
.unable-wrap .store-info .store-name .name {
        max-width: 78.125vw;
        color: #ffffff;
        font-size: 36px;
        font-size: min(2.8125vw, 36px);
        font-weight: 700;
        line-height: 5.375vh;
}
.unable-wrap .store-info .store-name .name.long-name {
          font-size: 30px;
          font-size: min(2.34375vw, 30px);
}
.unable-wrap .store-info .store-name .name p {
          text-align: center;
}
.unable-wrap .text-wrap {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
}
.unable-wrap .text-wrap > * + * {
      margin-top: 5vh;
}
.unable-wrap .text-wrap .text {
      color: #ffffff;
      font-size: 85px;
      font-size: min(6.640625vw, 85px);
      font-weight: 700;
      line-height: 15vh;
      text-align: center;
}
.unable-wrap .text-wrap .divider {
      width: 78.125vw;
      margin: 5vh 0 0;
      background: #B7BEC8;
      height: 1px;
      border: none;
}
.unable-wrap .text-wrap .waiting-count-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.unable-wrap .text-wrap .waiting-count-wrap > * + * {
        margin-left: 2.5vh;
}
.unable-wrap .text-wrap .confirm-queue-number, .unable-wrap .text-wrap .waiting-count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 20px;
      background: #2E3137;
      font-size: 34px;
      font-size: min(2.65625vw, 34px);
      font-weight: 700;
      line-height: 4.5vh;
      color: #ffffff;
}
.unable-wrap .text-wrap .confirm-queue-number > * + *, .unable-wrap .text-wrap .waiting-count > * + * {
        margin-left: 1.5vh;
}
.unable-wrap .text-wrap .confirm-queue-number .confirm-number, .unable-wrap .text-wrap .confirm-queue-number .waiting-count-number, .unable-wrap .text-wrap .waiting-count .confirm-number, .unable-wrap .text-wrap .waiting-count .waiting-count-number {
        color: #FCE800;
}
.popup-wrap {
  position: fixed;
  left: 0;
  top: 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: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}
.popup-wrap .noti-pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66.40625vw;
    height: 82.5vh;
    padding: 6.25vh 3.90625vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 4vh;
    border: 0.125vh solid #E0E0E0;
    background: #ffffff;
}
.popup-wrap .noti-pop > * + * {
      margin-top: 5vh;
}
.popup-wrap .noti-pop .contents-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
}
.popup-wrap .noti-pop .contents-wrap > * + * {
        margin-top: 3.5vh;
}
.popup-wrap .noti-pop .contents-wrap .title {
        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;
        color: #303030;
        font-size: 40px;
        font-size: min(3.125vw, 40px);
        font-weight: 700;
        line-height: 6.75vh;
        text-align: center;
}
.popup-wrap .noti-pop .contents-wrap .title > * + * {
          margin-left: 16px;
}
.popup-wrap .noti-pop .contents-wrap .text {
        height: 43vh;
        padding: 3vh 1.875vw;
        border-radius: 3vh;
        border: 0.125vh solid #B7BEC8;
        background: #F8F9FA;
        overflow-y: auto;
        color: #131517;
        font-size: 24px;
        font-size: min(1.875vw, 24px);
        font-weight: 600;
        line-height: 4.75vh;
}
.popup-wrap .noti-pop .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
}
.popup-wrap .noti-pop .button-wrap > * + * {
        margin-left: 2.5vh;
}
.popup-wrap .noti-pop .button-wrap .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 11.75vh;
        padding: 3.25vh 0.78125vw;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 2.5vh;
        background: #E6E8EB;
        color: #2E3137;
        font-size: 32px;
        font-size: min(2.5vw, 32px);
        font-weight: 700;
        line-height: 4.75vh;
        cursor: pointer;
}
.popup-wrap .noti-pop .button-wrap .confirm {
        background: #D81B1B;
        color: #ffffff;
}
.use-custom-color .no-waiting-queue .content .info-wrap .waiting-start-btn {
  background: #0091FF;
}
.use-custom-color .no-waiting-queue .content .info-wrap .waiting-count div {
  color: #FCE800;
}

