@charset "UTF-8";
body,
html {
  /* overflow-x: hidden; */
}

html {
  scroll-behavior: smooth;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

input[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #666;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

p {
  margin: 0;
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src:
    local('Pretendard Regular'),
    url('../fonts/Pretendard-Regular.subset.woff2') format('woff2'),
    url('../fonts/Pretendard-Regular.subset.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src:
    local('Pretendard SemiBold'),
    url('../fonts/Pretendard-SemiBold.subset.woff2') format('woff2'),
    url('../fonts/Pretendard-SemiBold.subset.woff') format('woff');
}
.w-100 {
  width: 100%;
}

.text-dark {
  color: #1a1a1a !important;
}

.text-red {
  color: #fd4258 !important;
}

.text-primary {
  color: #1a1a1a !important;
}

.footer .company-header::after,
.modal .close::before,
.radioimg-box .form-row .btn-check + .btn .inner::before,
.strong-text {
  content: '';
  display: inline-block;
}

.uface-content .video-box .video-box-inner::before {
  -moz-animation: blinkA 0.7s ease-in-out infinite alternate;
  -webkit-animation: blinkA 0.7s ease-in-out infinite alternate;
  animation: blinkA 0.7s ease-in-out infinite alternate;
}
@-moz-keyframes blinkA {
  0% {
    filter: invert(48%) sepia(44%) saturate(1559%) hue-rotate(179deg) brightness(96%) contrast(91%);
  }
  100% {
    filter: invert(74%) sepia(97%) saturate(388%) hue-rotate(344deg) brightness(100%) contrast(98%);
  }
}
@keyframes blinkA {
  0% {
    filter: invert(48%) sepia(44%) saturate(1559%) hue-rotate(179deg) brightness(96%) contrast(91%);
  }
  100% {
    filter: invert(74%) sepia(97%) saturate(388%) hue-rotate(344deg) brightness(100%) contrast(98%);
  }
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Pretendard';
  font-weight: 400;
  line-height: 24px;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

/* ------------------
  common 
---------------------*/
.strong-text {
  color: #fd4258 !important;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  text-align: left;
}
.strong-text:before {
  content: '※';
  display: inline-block;
  margin-right: 4px;
}
.strong-text.bull-none {
  padding-left: 0;
}
.strong-text.bull-none::before {
  display: none;
}
.strong-text.md {
  font-weight: 500 !important;
}

.card {
  border: 0;
  border-radius: 16px;
  padding: 16px;
  background-color: #fafafa;
  line-height: 20px;
  color: #333333;
}
.card strong {
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
.card li {
  position: relative;
  padding-left: 12px;
  margin-top: 8px;
  font-size: 14px;
}
.card li:first-child {
  margin-top: 0;
}
.card li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #333;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 0;
}

[class*='-box'].top,
.row.top {
  margin-bottom: 16px;
}
[class*='-box'].top-sm,
.row.top-sm {
  margin-bottom: 12px;
}
[class*='-box'].top-lg,
.row.top-lg {
  margin-bottom: 24px;
}
[class*='-box'].top-xl,
.row.top-xl {
  margin-bottom: 40px;
}
[class*='-box'].bottom,
.row.bottom {
  margin-top: 16px;
}
[class*='-box'].bottom-sm,
.row.bottom-sm {
  margin-top: 12px;
}
[class*='-box'].bottom-lg,
.row.bottom-lg {
  margin-top: 24px;
}
[class*='-box'].bottom-xl,
.row.bottom-xl {
  margin-top: 40px;
}
[class*='-box'].middle,
.row.middle {
  margin-bottom: 16px;
  margin-top: 16px;
}
[class*='-box'].middle-sm,
.row.middle-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
[class*='-box'].middle-lg,
.row.middle-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
[class*='-box'].middle-xl,
.row.middle-xl {
  margin-top: 40px;
  margin-bottom: 40px;
}
[class*='-box'].right,
.row.right {
  text-align: right;
}
[class*='-box'].center,
.row.center {
  text-align: center;
}

.btn {
  border-radius: 8px;
  height: 56px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  border-color: #1a1a1a;
}
.btn:focus {
  box-shadow: none !important;
}

a.btn {
  line-height: 56px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-secondary {
  background-color: #fff;
  color: #1a1a1a;
}
.btn-secondary:active,
.btn-secondary:hover {
  border-color: #e3e3e3 !important;
  background: #e3e3e3 !important;
  color: #1a1a1a;
}

.btn-primary {
  background-color: #1a1a1a;
  color: #fff;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:hover {
  background-color: #1a1a1a !important;
}

.btn-box {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.btn-box .btn {
  width: calc(50% - 8px);
  font-weight: 600;
}

.btn-sm {
  height: 30px;
  font-size: 16px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #9a9a9a;
  border-color: #9a9a9a;
  opacity: 1;
}

.form-control,
.form-select {
  font-size: 16px;
  line-height: 24px;
  border-color: #9a9a9a;
  padding: 12px;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #808080;
}
.form-control:focus,
.form-select:focus {
  border-color: #1a1a1a;
  box-shadow: none;
}

.form-control {
  border-color: #e1e1e1;
}
.form-select,
.form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #9a9a9a;
  color: #9a9a9a;
}
.form-select:focus,
.form-control:focus {
  border-width: 0 0 2px 0;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
}

.form-row {
  margin-top: 24px;
  margin-right: 0;
  margin-left: 0;
}
.form-row .col {
  position: relative;
  padding: 0 10px;
}
.form-row .col::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 1px;
  background-color: #1a1a1a;
  margin: 0 10px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.form-row .col:last-child::before {
  display: none;
}

.form-check-box {
  margin-top: 32px;
  margin-bottom: 32px;
}
.form-check-box .form-check {
  display: block;
  min-height: 24px;
  padding-left: 40px;
  margin-top: 16px;
}
.form-check-box .form-check:first-child {
  margin-top: 0;
}
.form-check-box .form-check .form-check-input {
  border-color: #d9d9d9;
  width: 24px;
  height: 24px;
  margin-left: -40px;
  margin-top: 0;
}
.form-check-box .form-check .form-check-input:checked {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.form-check-box .form-check .form-check-input:focus {
  box-shadow: none;
}
.form-check-box .form-check-label {
  font-size: 16px;
}

.radioimg-box .form-row .btn-check + .btn {
  border: 1px solid #e1e1e1;
  height: auto;
  width: 100%;
  padding: 0;
}
.radioimg-box .form-row .btn-check + .btn .inner {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 16px;
  padding: 16px 16px 16px 35px;
  font-weight: 400;
  color: #333333;
}
.radioimg-box .form-row .btn-check + .btn .inner::before {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.radioimg-box .form-row .btn-check + .btn .inner .text {
  margin-top: 10px;
}
.radioimg-box .form-row .btn-check:checked + .btn {
  border: 2px solid #1a1a1a !important;
}
.radioimg-box .form-row .btn-check:checked + .btn .inner::before {
  background: #1a1a1a url(../images/radio_check.svg) no-repeat center center;
}

.form-box.label-in .form-row {
  margin-top: 12px;
  position: relative;
}
.form-box.label-in .form-row:first-child {
  margin-top: 0;
}
.form-box.label-in .form-row label {
  position: absolute;
  left: 16px;
  top: 13px;
}
.form-box.label-in .form-row .form-control {
  padding-left: 120px;
}

.uface-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.uface-wrap .uface-header {
  height: 48px;
  display: flex;
  justify-content: center;
}
.uface-wrap .uface-header h1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 48px;
}
.uface-wrap .uface-body {
  padding: 24px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 560px;
  margin: auto;
  width: 100%;
}
.uface-wrap.dim {
  background-color: rgba(0, 0, 0, 0.7);
}
.uface-wrap.dim .textguide-box {
  color: #ffffff;
}
.uface-wrap.dim h1 {
  color: #ffffff;
}
.uface-wrap.dim .btn-primary {
  background: #5c96fd;
  border-color: #5c96fd;
}
.uface-wrap.dim .btn-primary:active,
.uface-wrap.dim .btn-primary:hover {
  border-color: #5286e1 !important;
  background: #5286e1 !important;
}

.camera-box {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  font-size: 0;
  line-height: 0;
}
.camera-box::before {
  display: none;
}
.camera-box .canvas_overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: cover;
}
.camera-box img {
  width: 256px;
  background:
    linear-gradient(to right, black 2px, transparent 2px) 0 0,
    linear-gradient(to right, black 2px, transparent 2px) 0 100%,
    linear-gradient(to left, black 2px, transparent 2px) 100% 0,
    linear-gradient(to left, black 2px, transparent 2px) 100% 100%,
    linear-gradient(to bottom, black 2px, transparent 2px) 0 0,
    linear-gradient(to bottom, black 2px, transparent 2px) 100% 0,
    linear-gradient(to top, black 2px, transparent 2px) 0 100%,
    linear-gradient(to top, black 2px, transparent 2px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 8px;
}

.dim .camera-box {
  aspect-ratio: 4/3;
}
.dim .camera-box img,
.dim .camera-box video {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px;
  object-fit: cover;
}
.dim .camera-box::before {
  content: '';
  display: block;
  background:
    linear-gradient(to right, white 2px, transparent 2px) 0 0,
    linear-gradient(to right, white 2px, transparent 2px) 0 100%,
    linear-gradient(to left, white 2px, transparent 2px) 100% 0,
    linear-gradient(to left, white 2px, transparent 2px) 100% 100%,
    linear-gradient(to bottom, white 2px, transparent 2px) 0 0,
    linear-gradient(to bottom, white 2px, transparent 2px) 100% 0,
    linear-gradient(to top, white 2px, transparent 2px) 0 100%,
    linear-gradient(to top, white 2px, transparent 2px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.uface-content {
  flex-grow: 1;
}
.uface-content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 40px;
}
.uface-content h2 strong {
  font-weight: 600;
}
.uface-content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.uface-content .faceicon-box {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
}
.uface-content .faceicon-box .face {
  padding: 0 10px;
}
.uface-content .faceicon-box .face span {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #f2f4f8;
}
.uface-content .faceicon-box .face span em {
  position: absolute !important;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.uface-content .faceicon-box .face.face-left span {
  background-image: url(../images/icon_left.png);
}
.uface-content .faceicon-box .face.face-front span {
  background-image: url(../images/icon_front.png);
}
.uface-content .faceicon-box .face.face-right span {
  background-image: url(../images/icon_right.png);
}
.uface-content .video-box {
  width: 300px;
  margin: auto;
  position: relative;
}
.uface-content .video-box .video-box-inner {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  position: relative;
}
.uface-content .video-box .video-box-inner::before {
  content: '';
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.uface-content .video-box .video-box-inner .guideline-box {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
}
.uface-content .video-box .video-box-inner .guideline-box .face {
  background-image: url(../images/square_guideline.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.uface-content .video-box .video-box-inner .guideline-box .face.success {
  background-image: url(../images/square_guideline_success.svg);
}
.uface-content .video-box .video-box-inner .guideline-box .face.fail {
  background-image: url(../images/square_guideline_fail.svg);
}
.uface-content .video-box .video-box-inner .guideline-box .idcard {
  background-image: url(../images/id_guideline.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  display: none;
  position: absolute;
}
.uface-content .video-box .video-box-inner .guideline-box .idcard.success {
  background-image: url(../images/../images/id_guideline_success.svg);
}
.uface-content .video-box .video-box-inner .guideline-box .idcard.fail {
  background-image: url(../images/id_guideline_fail.svg);
}
.uface-content .video-box .video-box-inner .guideline-box.with .face {
  left: 6.666%;
  z-index: 999;
  width: 178px;
  height: 210px;
  transform: translateY(-50%);
  background-image: url(../images/face_guideline.svg);
}
.uface-content .video-box .video-box-inner .guideline-box.with .face.success {
  background-image: url(../images/face_guideline_success.svg);
}
.uface-content .video-box .video-box-inner .guideline-box.with .face.fail {
  background-image: url(../images/face_guideline_fail.svg);
}
.uface-content .video-box .video-box-inner .guideline-box.with .idcard {
  display: block;
  top: 53.666%;
  right: 8%;
  z-index: 999;
  width: 76px;
  height: 52px;
}
.uface-content .video-box .video-box-inner video {
  width: 300px !important;
  height: 300px;
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.uface-content .video-box .video-box-inner video.reverse {
  transform: scaleX(-1) translate(50%, -50%);
  -webkit-transform: scaleX(-1) translate(50%, -50%);
}
.uface-content .video-box .video-box-inner canvas {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.uface-content .video-box.faceL .face-left span {
  border: 3px solid #5c96fd;
}
.uface-content .video-box.faceL .textguide-box .front {
  display: none;
}
.uface-content .video-box.faceL .textguide-box .side {
  display: block;
}
.uface-content .video-box.faceL .video-box-inner::before {
  left: 24px;
  background: url(../images/icon_arrow_l.svg) no-repeat 0 0/100%;
}
.uface-content .video-box.faceR .face-right span {
  border: 3px solid #5c96fd;
}
.uface-content .video-box.faceR .textguide-box .front {
  display: none;
}
.uface-content .video-box.faceR .textguide-box .side {
  display: block;
}
.uface-content .video-box.faceR .video-box-inner::before {
  content: '';
  right: 24px;
  background: url(../images/icon_arrow_r.svg) no-repeat 0 0/100%;
}
.uface-content .video-box.faceF .textguide-box .front {
  display: block;
}
.uface-content .video-box.faceF .textguide-box .side {
  display: none;
}
.uface-content .video-box.faceF .face-front span {
  border: 3px solid #5c96fd;
}
.uface-content .video-box .textguide-box p strong {
  display: block;
  font-size: 20px;
  margin-bottom: 16px;
}
.uface-content .icon-text.ready .item {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  color: #333333;
}
.uface-content .icon-text.ready .item:first-child {
  margin-top: 0;
}
.uface-content .icon-text.ready .item .icon {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  margin-right: 16px;
  background-color: #f2f4f8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.uface-content .icon-text.ready .item .text {
  display: flex;
  align-self: center;
}
.uface-content .icon-text.ready .icon-1 .icon {
  background-image: url(../images/icon_mobile.png);
}
.uface-content .icon-text.ready .icon-2 .icon {
  background-image: url(../images/icon_id.png);
}
.uface-content .icon-text.ready .icon-3 .icon {
  background-image: url(../images/icon_id.png);
}
.uface-content .icon-text.ready .icon-4 .icon {
  background-image: url(../images/icon_id_1.png);
}
.uface-content .textguide-box {
  text-align: center;
}
.uface-content .textguide-box .img {
  margin-bottom: 24px;
}
.uface-content .textguide-box strong {
  font-weight: 600;
}
.uface-content .textguide-box.left {
  text-align: left;
}
.uface-content .textguide-box .big {
  font-size: 24px;
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
}
.uface-content .completion-box {
  text-align: center;
}
.uface-content .completion-box h2 {
  margin-bottom: 16px;
}
.uface-content .completion-box h2.icon {
  position: relative;
  padding-top: 72px;
}
.uface-content .completion-box h2.icon::before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #1a1a1a url(../images/icon_check.svg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.uface-content .completion-box .inner {
  color: #333333;
}
.uface-content .completion-box .img {
  max-width: 280px;
  margin: 60px auto 0;
}

.main .uface-content {
  display: flex;
  flex-direction: column;
}
.main h1 {
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 40px;
}
.main h1 small {
  font-size: 16px;
  display: block;
  color: #333;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 24px;
}
.main .main-text {
  height: 100%;
  background: url(../images/main_img.png) no-repeat center bottom -4px/205px;
  min-height: 340px;
}
.main .main-text strong {
  margin-top: 16px;
  display: block;
  font-weight: 600;
}

.table {
  border: 1px solid #ccc;
}
.table td,
.table th {
  border: 1px solid #ccc;
}

.modal {
  z-index: 999999;
}
.modal .modal-inner {
  margin: 16px;
}
.modal .modal-inner .modal-content {
  background: #ffffff;
  width: 100%;
  align-self: center;
  overflow: hidden;
}
.modal .modal-inner .modal-content .modal-header {
  padding: 20px;
  text-align: center;
  position: relative;
}
.modal .modal-inner .modal-content .modal-header h3 {
  font-size: 18px;
}
.modal .modal-inner .modal-content .modal-body {
  padding: 30px 20px;
}
.modal .modal-inner .modal-content.modal-sm {
  max-width: 360px;
}
.modal .modal-inner p {
  line-height: 24px;
}
.modal .modal-inner strong {
  font-weight: 700;
  color: #000000;
}
.modal .modal-inner.modal-dialog-centered {
  min-height: calc(100% - 32px);
}
.modal .close {
  border: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
  cursor: pointer;
  z-index: 999;
}
.modal .close::before {
  background: url(../images/ico_close_bl.svg) no-repeat center center;
  width: 16px;
  height: 16px;
}
.modal .img-box {
  margin: 0;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.alert-pop {
  border: 0;
  padding: 0;
  border-radius: 0 !important;
  overflow: hidden;
  min-height: 164px;
}
.alert-pop .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.alert-pop .inner .text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  text-align: center;
  font-weight: 400;
  letter-spacing: -1px;
}
.alert-pop .inner .text .strong-text {
  text-align: center;
}
.alert-pop .inner .btn-box .btn {
  height: 48px;
  border-radius: 0;
  border-width: 1px 0 0 0;
}
.alert-pop .inner .btn-box.full {
  width: 100%;
  overflow: hidden;
}
.alert-pop .inner .btn-box.full .btn {
  width: 50%;
  font-weight: 700;
  font-size: 16px;
}
.alert-pop .inner .btn-box.full-1 {
  overflow: hidden;
}
.alert-pop .inner .btn-box.full-1 .btn {
  width: 100%;
}
.alert-pop .inner .btn-box .btn-default {
  background: #fff !important;
  color: #1a1a1a !important;
  border-color: #e1e1e1;
}
.alert-pop .modal-header {
  padding: 0 !important;
}
.alert-pop .modal-header .close {
  z-index: 99;
}
.alert-pop .strong-text {
  margin-top: 6px;
}
.alert-pop .strong-text::before {
  display: none;
}

.footer {
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  margin-top: 20px;
}
.footer .copy {
  color: #aaa;
  font-size: 11px;
  margin-top: 4px;
}
.footer .company-header {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
.footer .company-header::after {
  width: 12px;
  height: 9px;
  background: url(../images/expand_more.png) no-repeat 0 0;
  margin-left: 4px;
}
.footer .company-header[aria-expanded='true']::after {
  transform: rotate(-180deg);
}
.footer .inner {
  color: #666;
  letter-spacing: -0.5px;
  margin-top: 6px;
}
.footer .inner span {
  margin-right: 6px;
}
.footer .inner strong {
  white-space: nowrap;
  margin-right: 3px;
  color: #000000;
}
.footer .inner a {
  color: #666;
}

.video-box-360-inner {
  width: 100%;
  max-height: 100%;
  position: relative;
  height: 280px;
}

.input_video {
  transform: rotateY(180deg) translateX(50%);
  position: relative;
  top: 0;
  left: 50%;
  /*-webkit-mask:url('../css/mask.svg'); */
  display: none;
}

.output_canvas {
  transform: rotateY(180deg) translateX(50%);
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 280px;
}

/* @media (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: top left;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vh;
    height: 100vw;
  }
  .portrait {
    transform: initial;
    transform-origin: initial;
    position: initial;
    top: initial;
    left: initial;
    width: initial;
    height: 100%;
  }
} */
.loading {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.loading.active {
  display: flex;
}

@supports (-webkit-touch-callout: none) {
  .loading {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
  }
}

.spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.spinner div {
  transform-origin: 40px 40px;
  animation: spinner 1.2s linear infinite;
}
.spinner div:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
