﻿@charset "UTF-8";
/* 인증번호 불일치시 서비스 종료 화면 */
body {
  background-color: var(--dt-gray05);
}

.page-wrapper {
  height: 100%;
}
.page-wrapper .container {
  height: 100%;
}
.page-wrapper .container .section__cont {
  height: 100%;
  justify-content: space-between;
}
.page-wrapper .container .section__cont:first-child {
  padding-top: 0;
}

.cont__wrap:first-child {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  padding-top: 0;
}
.cont__wrap:last-child {
  position: relative;
}
.cont__wrap:last-child .card-group {
  padding: 0 0 20px;
}
.cont__wrap.serviceEnd {
  padding-top: 20vh;
  padding-bottom: 15vh;
}
.cont__wrap.serviceEnd .img-box {
  min-width: 68px;
  width: 68px;
  height: 68px;
}
.cont__wrap.serviceEnd .tit-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--dt-gray16);
  text-align: center;
  word-break: keep-all;
}
.cont__wrap.serviceEnd .sub-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--dt-gray11);
  text-align: center;
  word-break: keep-all;
}
.cont__wrap.serviceEnd .sub-txt .color-prim {
  color: var(--dt-primary);
}
.cont__wrap .sub-tit {
  font-size: 16px;
  font-weight: 500;
  color: var(--dt-gray11);
  margin-bottom: 12px;
}