body[data-v-0e8ec490] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.basic[data-v-0e8ec490] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.dark[data-v-0e8ec490] {
  --font_basic: #fff;
  --bg_basic: #101225;
  --layer: #3b3953;
  --font_title: #ffd229;
}
*[data-v-0e8ec490] {
  -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-0e8ec490]::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}
body[data-v-0e8ec490] {
  color: var(--font_basic);
  overflow-y: hidden;
}
body.en[data-v-0e8ec490] {
  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-0e8ec490],
  body.en .total_text[data-v-0e8ec490] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .notice_box[data-v-0e8ec490] {
    padding-top: 8.75vh;
}
body.en .notice_box.small .notice_title[data-v-0e8ec490] {
      font-size: 50px;
      font-size: min(3.90625vw, 50px);
}
body.en .danger_desc[data-v-0e8ec490],
  body.en .danger_text[data-v-0e8ec490] {
    font-size: 24px !important;
    font-size: min(1.875vw, 24px) !important;
}
body.en .complete_title[data-v-0e8ec490] {
    font-size: 65px !important;
    font-size: min(5.078125vw, 65px) !important;
}
body.en .waiting_text[data-v-0e8ec490] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .waiting_info_text[data-v-0e8ec490] {
    font-size: 20px !important;
    font-size: min(1.5625vw, 20px) !important;
}
body.en .popup_text_title[data-v-0e8ec490] {
    font-size: 36px !important;
    font-size: min(2.8125vw, 36px) !important;
}
body.en .popup_text[data-v-0e8ec490] {
    padding: 0 5.859375vw;
}
body.en .content_wrap[data-v-0e8ec490] {
    font-size: 55px !important;
    font-size: min(4.296875vw, 55px) !important;
}
body.jp .btn_exit[data-v-0e8ec490] {
  display: block;
}
body.jp[data-v-0e8ec490],
body.cn_simplified[data-v-0e8ec490] {
  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-0e8ec490],
  body.cn_simplified .waiting_count[data-v-0e8ec490] {
    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-0e8ec490],
  body.cn_simplified .start_btn img[data-v-0e8ec490] {
    margin-bottom: 3.625vh;
}
body.jp .start_btn span[data-v-0e8ec490],
  body.cn_simplified .start_btn span[data-v-0e8ec490] {
    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-0e8ec490],
p[data-v-0e8ec490] {
  margin: 0;
  padding: 0;
}
h1[data-v-0e8ec490],
h2[data-v-0e8ec490],
h3[data-v-0e8ec490],
h4[data-v-0e8ec490],
h5[data-v-0e8ec490],
h6[data-v-0e8ec490] {
  margin: 0;
}
ul[data-v-0e8ec490],
li[data-v-0e8ec490] {
  margin: 0;
  padding: 0;
}
ul li[data-v-0e8ec490] {
  list-style: none;
}
button[data-v-0e8ec490] {
  border: none;
}
.wrapper_gray[data-v-0e8ec490] {
  background: var(--bg_basic);
  width: 100vw;
  height: 100vh;
}
.wrapper_dark[data-v-0e8ec490] {
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.inner_wrap[data-v-0e8ec490] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F9FA;
  height: 100%;
  width: 100%;
}
.header[data-v-0e8ec490] {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  background: #F8F9FA;
  border-bottom: 1px solid #B7BEC8;
}
.header h1.title[data-v-0e8ec490] {
    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-0e8ec490] {
    border: none;
    background: transparent;
    cursor: pointer;
}
.header button.btn_back[data-v-0e8ec490] {
    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-0e8ec490] {
    position: absolute;
    top: 0;
    right: 20px;
    height: 70px;
    color: #D81B1B;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.complete_wrap[data-v-0e8ec490] {
  height: 100vh;
}
.complete_wrap .content_wrap[data-v-0e8ec490] {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
}
.complete_wrap .content_wrap > * + *[data-v-0e8ec490] {
      margin-left: 8.75vh;
}
.complete_wrap .content_wrap.waiting-queue .ticket_wrap .ticket-title[data-v-0e8ec490] {
      color: #2e3137;
}
.complete_wrap .description_wrap[data-v-0e8ec490] {
    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;
    width: 44.532vw;
}
.complete_wrap .description_wrap > * + *[data-v-0e8ec490] {
      margin-top: 3vh;
}
.complete_wrap .description_wrap .img_wrap .img[data-v-0e8ec490] {
      width: 4.6875vw;
      height: 7.5vh;
}
.complete_wrap .description_wrap .img_wrap .img.ticket[data-v-0e8ec490] {
        background: url(../img/ticket.95a0a3bc.svg) no-repeat;
        background-size: contain;
}
.complete_wrap .description_wrap .img_wrap .img.camera[data-v-0e8ec490] {
        background: url(../img/camera.bb82f287.svg) no-repeat;
        background-size: contain;
}
.complete_wrap .description_wrap .img_wrap .img.katalk[data-v-0e8ec490] {
        background: url(../img/kakao.789c310f.svg) no-repeat;
        background-size: contain;
}
.complete_wrap .description_wrap .img_wrap .img.email[data-v-0e8ec490] {
        background: url(../img/email.c35df616.svg) no-repeat;
        background-size: contain;
}
.complete_wrap .description_wrap .title[data-v-0e8ec490] {
      color: #303030;
      text-align: center;
      font-size: 40px;
      font-size: min(3.125vw, 40px);
      font-weight: 700;
      line-height: 7.25vh;
}
.complete_wrap .description_wrap .description[data-v-0e8ec490] {
      color: #2e3137;
      text-align: center;
      font-size: 26px;
      font-size: min(2.03125vw, 26px);
      font-weight: 600;
      line-height: 4.75vh;
}
.complete_wrap .description_wrap .go_home_button[data-v-0e8ec490] {
      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: 50vh;
      height: 10vh;
      margin: 0;
      margin: calc(3vh + 0.5vh) 0 0;
      border: 2px solid #B7BEC8;
      background: #ffffff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 16px;
      font-size: 26px;
      font-size: min(2.03125vw, 26px);
      font-weight: 600;
      line-height: 4.75vh;
      color: #2E3137;
}
.complete_wrap .ticket_wrap[data-v-0e8ec490] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40.625vw;
    padding: 6.25vh 3.90625vw;
    -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;
    border-radius: 4vh;
    border: 0.125vh solid #B7BEC8;
    background: #ECEEF0;
    text-align: center;
    font-size: 32px;
    font-size: min(2.5vw, 32px);
    font-weight: 700;
    line-height: 4.75vh;
    color: #2e3137;
}
.complete_wrap .ticket_wrap > * + *[data-v-0e8ec490] {
      margin-top: 3vh;
}
.complete_wrap .ticket_wrap .ticket-title[data-v-0e8ec490] {
      color: #D81B1B;
}
.complete_wrap .ticket_wrap .waiting-queue-name[data-v-0e8ec490] {
      word-break: break-all;
      color: #D81B1B;
}
.complete_wrap .ticket_wrap .waiting-number[data-v-0e8ec490] {
      color: #D81B1B;
      font-size: 140px;
      font-size: min(10.9375vw, 140px);
      font-weight: 800;
      line-height: 1;
}
.complete_wrap .timer_text[data-v-0e8ec490] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6.25vh 10.9375vw;
    color: #2e3137;
    font-size: 24px;
    font-size: min(1.875vw, 24px);
    font-weight: 600;
    line-height: 4.75vh;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/* .complete_wrap {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  height: 800px;
  background: $gray_200;
  // padding: 104px 84px;
  box-sizing: border-box;
  transform-origin: top left;
  transform: scale(calc(100vw / 1280px), calc(100vh / 800px));

    .description_wrap {
      width: 632px;
      height: 800px;
      padding: 108px 0 104px 84px;
      .img_wrap {
        .img {
          width: 160px;
          height: 160px;
          margin: 0 auto;
          &.ticket {
            background: url("../assets/ticket.png") no-repeat;
            background-size: contain;
          }
          &.camera {
            background: url("../assets/camera.png") no-repeat;
            background-size: contain;
          }
          &.katalk {
            background: url("../assets/katalk.png") no-repeat;
            background-size: contain;
          }
          &.email {
            background: url("../assets/img/email_icon.svg") no-repeat;
            background-size: contain;
          }
        }
        .title {
          padding-top: 32px;
          text-align: center;
          color: $gray_900;
          font-size: 32px;
          font-weight: bold;
          margin-bottom: 32px;
          line-height: 1.5;
        }
      }
      .description {
        margin-bottom: 24px;
        padding: 24px;
        background: $gray_50;
        border-radius: 24px;
        color: $gray_900;
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
        .orange {
          color: $orange;
        }
      }
      .go_home_button {
        border: 2px solid $gray_900;
        background: $white;
        box-sizing: border-box;
        border-radius: 16px;
        text-align: center;
        padding: 24px 0;
        font-size: 24px;
      }
      .timer_text {
        padding-top: 16px;
        color: $gray_600;
        font-size: 24px;
        text-align: center;
      }
    }
    .ticket_wrap {
      width: 640px;
      height: 800px;
      background: url("../assets/bill_background.svg") no-repeat;
      background-size: cover;
      .ticket-title {
        width: 500px;
        margin-left: 56px;
        padding-top: 162px;
        color: $black;
        font-size: 32px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
      }
      .waiting-number-area {
        margin-left: 56px;
        width: 500px;
        padding-top: 217px;
        &.waiting-queue {
          padding-top: 100px;
        }
        .waiting-queue-name {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 116px;
          padding: 0 24px;
          word-break: break-all;
          color: $gray_900;
          font-size: 48px;
          line-height: 1.2;
          font-weight: 600;
          text-align: center;
        }
        .waiting-number {
          font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
          font-weight: 600;
          font-size: 120px;
          line-height: 1.2;
          color: $orange;
          text-align: center;
        }
      }
    }
 } */

