/* HTML Default */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
header,
footer,
figure,
figcaption,
nav,
section,
div,
p,
ul,
ol,
li,
dl,
dt,
dd {
  display: block;
}

body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  -ms-word-break: break-all;
  font-family: "Apple SD Gothic Neo", "Roboto", sans-serif;
  font-weight: normal;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  overflow: visible;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  cursor: pointer;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

img {
  border: 0;
  vertical-align: middle;
}

button {
  text-transform: none;
}

.btnContained {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  vertical-align: middle;
  text-shadow: none;
  background-color: #3a416f;
  color: #fff;
}

.errorWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 20px;
}

.errorWrap .img .errorImg {
  width: 132px;
  height: 132px;
}

.errorWrap .tit {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.errorWrap .txt {
  margin-top: 10px;
}

.errorWrap .time {
  font-weight: 700;
  color: #457cdb;
  margin-top: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.errorWrap .time::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-image: url(images/ic_time.svg);
  margin-right: 4px;
}

.errorWrap .tel {
  margin-top: 8px;
  color: #888;
}

.errorWrap .btnArea {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.errorWrap .btnArea .btnContained {
  border-radius: 23px;
  height: 46px;
  min-width: 140px;
}

.errorWrap .btnArea .btnContained + .btnContained {
  margin-top: 10px;
}

.errorWrap .icoRefresh {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url(/public/images/ico_error_refresh.svg);
  margin-right: 4px;
}

.system-check__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.system-check__lottie {
  width: 132px;
  height: 132px;
}
.system-check__title {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11;
}
.system-check__desc {
  line-height: 20px;
}
.system-check__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  color: #457cdb;
  font-weight: 700;
}
.system-check__time time {
  margin: 0 2px;
}
.system-check__time time:last-of-type {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 4px;
}
.system-check__bottom {
  margin-top: 20px;
  color: #888;
  font-size: 13px;
}
.system-check__bottom a {
  color: inherit;
}