html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0.0625rem dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -0.125rem;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

button:focus {
  outline: 0.0625rem dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}

fieldset,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

*,
::after,
::before {
  border: 0 solid #e2e8f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  border-top-width: 0.0625rem;
}

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

[role=button],
button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  line-height: inherit;
  padding: 0;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  height: auto;
  max-width: 100%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.0625rem;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg-transparent {
  background-color: transparent;
}

.bg-xf {
  --bg-opacity: 1;

  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-x76 {
  --bg-opacity: 1;

  background-color: #767676;
  background-color: rgba(118, 118, 118, var(--bg-opacity));
}

.bg-x133a-20 {
  background-color: rgba(31, 50, 58, 0.2);
}

.bg-xf-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-x07b6-80 {
  background-color: rgba(0, 113, 182, 0.8);
}

.bg-xfe8b-80 {
  background-color: rgba(255, 234, 139, 0.8);
}

.bg-xfcb7-80 {
  background-color: rgba(240, 192, 183, 0.8);
}

.bg-x6cd6-80 {
  background-color: rgba(103, 200, 214, 0.8);
}

.bg-x07c1-85 {
  background-color: rgba(15, 126, 193, 0.85);
}

.bg-x133a {
  --bg-opacity: 1;

  background-color: #1f323a;
  background-color: rgba(31, 50, 58, var(--bg-opacity));
}

.bg-x07b6 {
  --bg-opacity: 1;

  background-color: #0071b6;
  background-color: rgba(0, 113, 182, var(--bg-opacity));
}

.bg-x8de1 {
  --bg-opacity: 1;

  background-color: #89d3e1;
  background-color: rgba(137, 211, 225, var(--bg-opacity));
}

.bg-xf2 {
  --bg-opacity: 1;

  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.bg-x07c1 {
  --bg-opacity: 1;

  background-color: #0f7ec1;
  background-color: rgba(15, 126, 193, var(--bg-opacity));
}

.bg-xddd5 {
  --bg-opacity: 1;

  background-color: #d1d4d5;
  background-color: rgba(209, 212, 213, var(--bg-opacity));
}

.bg-xddb1 {
  --bg-opacity: 1;

  background-color: #dfd2b1;
  background-color: rgba(223, 210, 177, var(--bg-opacity));
}

.bg-xbbba,
.disabled\:bg-xbbba:disabled {
  --bg-opacity: 1;

  background-color: #b2b8ba;
  background-color: rgba(178, 184, 186, var(--bg-opacity));
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.border-x9 {
  --border-opacity: 1;

  border-color: #999;
  border-color: rgba(153, 153, 153, var(--border-opacity));
}

.border-x45 {
  --border-opacity: 1;

  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.border-x133a {
  --border-opacity: 1;

  border-color: #1f323a;
  border-color: rgba(31, 50, 58, var(--border-opacity));
}

.border-x2272 {
  --border-opacity: 1;

  border-color: #2a2c72;
  border-color: rgba(42, 44, 114, var(--border-opacity));
}

.border-xbcc4 {
  --border-opacity: 1;

  border-color: #bbc1c4;
  border-color: rgba(187, 193, 196, var(--border-opacity));
}

.border-xddb1 {
  --border-opacity: 1;

  border-color: #dfd2b1;
  border-color: rgba(223, 210, 177, var(--border-opacity));
}

.rounded-3 {
  border-radius: 0.1875rem;
}

.rounded-5 {
  border-radius: 0.3125rem;
}

.rounded-20 {
  border-radius: 1.25rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 624.9375rem;
}

.border-solid {
  border-style: solid;
}

.border-0 {
  border-width: 0;
}

.border-1 {
  border-width: 0.0625rem;
}

.border-2 {
  border-width: 0.125rem;
}

.border-8 {
  border-width: 0.5rem;
}

.border {
  border-width: 0.0625rem;
}

.border-l-1 {
  border-left-width: 0.0625rem;
}

.border-b-3 {
  border-bottom-width: 0.1875rem;
}

.box-border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.font-body {
  font-family: arial, 微軟正黑體, Microsoft JhengHei, Heiti TC, 黑體, sans-serif, serif;
}

.font-bold {
  font-weight: 700;
}

.h-0 {
  height: 0;
}

.h-12 {
  height: 0.75rem;
}

.h-16 {
  height: 1rem;
}

.h-48 {
  height: 3rem;
}

.h-60 {
  height: 3.75rem;
}

.h-full {
  height: 100%;
}

.text-12 {
  font-size: 0.75rem;
}

.text-14 {
  font-size: 0.875rem;
}

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-20 {
  font-size: 1.25rem;
}

.leading-normal {
  line-height: 1.5;
}

.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-5 {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

.mr-5 {
  margin-right: 0.3125rem;
}

.mb-5 {
  margin-bottom: 0.3125rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mt-14 {
  margin-top: 0.875rem;
}

.mb-14 {
  margin-bottom: 0.875rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mb-28 {
  margin-bottom: 1.75rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mt-36 {
  margin-top: 2.25rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-48 {
  margin-top: 3rem;
}

.mt-52 {
  margin-top: 3.25rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-72 {
  margin-top: 4.5rem;
}

.mb-72 {
  margin-bottom: 4.5rem;
}

.ml-84 {
  margin-left: 5.25rem;
}

.mr-88 {
  margin-right: 5.5rem;
}

.mr-100 {
  margin-right: 6.25rem;
}

.-mb-10 {
  margin-bottom: -0.625rem;
}

.-mr-14 {
  margin-right: -0.875rem;
}

.-mt-20 {
  margin-top: -1.25rem;
}

.-mt-28 {
  margin-top: -1.75rem;
}

.-mr-28 {
  margin-right: -1.75rem;
}

.min-h-screen {
  min-height: 100vh;
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-100 {
  opacity: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.p-12 {
  padding: 0.75rem;
}

.p-24 {
  padding: 1.5rem;
}

.p-28 {
  padding: 1.75rem;
}

.px-5 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-28 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-32 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.px-68 {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.pt-5 {
  padding-top: 0.3125rem;
}

.pl-5 {
  padding-left: 0.3125rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pl-28 {
  padding-left: 1.75rem;
}

.placeholder-xbcc4::-webkit-input-placeholder {
  --placeholder-opacity: 1;

  color: #bbc1c4;
  color: rgba(187, 193, 196, var(--placeholder-opacity));
}

.placeholder-xbcc4::-moz-placeholder {
  --placeholder-opacity: 1;

  color: #bbc1c4;
  color: rgba(187, 193, 196, var(--placeholder-opacity));
}

.placeholder-xbcc4:-ms-input-placeholder {
  --placeholder-opacity: 1;

  color: #bbc1c4;
  color: rgba(187, 193, 196, var(--placeholder-opacity));
}

.placeholder-xbcc4::-ms-input-placeholder {
  --placeholder-opacity: 1;

  color: #bbc1c4;
  color: rgba(187, 193, 196, var(--placeholder-opacity));
}

.placeholder-xbcc4::placeholder {
  --placeholder-opacity: 1;

  color: #bbc1c4;
  color: rgba(187, 193, 196, var(--placeholder-opacity));
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.resize {
  resize: both;
}

.fill-x133a {
  fill: #1f323a;
}

.fill-x07b6 {
  fill: #0071b6;
}

.fill-x7783 {
  fill: #7a7f83;
}

.fill-x2272 {
  fill: #2a2c72;
}

.table-auto {
  table-layout: auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-white,
.text-xf {
  --text-opacity: 1;

  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-x0 {
  --text-opacity: 1;

  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-x9 {
  --text-opacity: 1;

  color: #999;
  color: rgba(153, 153, 153, var(--text-opacity));
}

.text-x45 {
  --text-opacity: 1;

  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.text-x133a {
  --text-opacity: 1;

  color: #1f323a;
  color: rgba(31, 50, 58, var(--text-opacity));
}

.text-x07b6 {
  --text-opacity: 1;

  color: #0071b6;
  color: rgba(0, 113, 182, var(--text-opacity));
}

.text-x07c1 {
  --text-opacity: 1;

  color: #0f7ec1;
  color: rgba(15, 126, 193, var(--text-opacity));
}

.text-x2272 {
  --text-opacity: 1;

  color: #2a2c72;
  color: rgba(42, 44, 114, var(--text-opacity));
}

.text-xe757 {
  --text-opacity: 1;

  color: #ee7657;
  color: rgba(238, 118, 87, var(--text-opacity));
}

.not-italic {
  font-style: normal;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-12 {
  width: 0.75rem;
}

.w-16 {
  width: 1rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;

  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transition-all {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.transition-opacity {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.delay-75 {
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes ping {
  75%,
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ping {
  75%,
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes bounce {
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounce {
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: none;
    transform: none;
  }
}

.space-x-8 > * + * {
  margin-left: 0.5rem;
}

.space-y-20 > * + * {
  margin-top: 1.25rem;
}

body,
html {
  font-family: arial, 微軟正黑體, Microsoft JhengHei, Heiti TC, 黑體, sans-serif, serif;
  line-height: 1.5;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

* {
  max-height: 62499.9375rem;
}

button[type]:not(.hidden) {
  overflow: visible;
}

a,
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

a::-ms-expand,
button::-ms-expand,
input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  display: none;
}

@media (min-width: 1367px) {
  body,
  html {
    font-size: 1rem;
  }
}

@media (min-width: 1001px) and (max-width: 1366px) {
  body,
  html {
    font-size: 1.171303074670571vw;
  }
}

@media (min-width: 740px) and (max-width: 1001px) and (min-height: 428px),
  (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  body,
  html {
    font-size: 2.083333333333333vw;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  body,
  html {
    font-size: 5vw;
  }
}

@media (max-width: 739px) and (orientation: landscape) and (min-width: 480px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) and (min-width: 480px) {
  body,
  html {
    font-size: 2.824858757062147vw;
  }
}

[v-cloak] {
  display: none;
}

.inline-space {
  text-rendering: optimizeSpeed;
  letter-spacing: -0.34em;
}

.inline-space > * {
  letter-spacing: normal;
}

.lBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.lBox:not(.\-\-open) {
  opacity: 0;
  visibility: hidden;
}

.lBox.\-\-open {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.lBox.bf-bg-x07b6::before {
  --bg-opacity: 1;

  background-color: #0071b6;
  background-color: rgba(0, 113, 182, var(--bg-opacity));
}

.lWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100vh;
  overflow: hidden;
}

.lWrap.--hidden {
  height: 100vh;
}

.lHd {
  z-index: 5;
}

.lM {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lFt,
.lHd {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}

@media (min-width: 1001px) and (orientation: landscape) {
  .lCnt {
    margin-left: auto;
    margin-right: auto;
    max-width: 56.25rem;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .lHd {
    height: 3.75rem;
  }
}

.mHdLogo > * {
  z-index: 1;
}

@media (min-width: 740px) and (min-height: 428px) {
  .mHdLogo {
    height: 2.25rem;
    width: 16.875rem;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .mLogoCompany,
  .mLogoSlogan {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
  }

  .mLogo {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .mHdLogo {
    width: 15.3125rem;
  }

  .mHdLogo.act .mLogoCompany,
  .mHdLogo.act .mLogoSlogan {
    fill: #fff;
  }
}

.mLogoCompany,
.mLogoIcon,
.mLogoSlogan {
  height: 100%;
}

@media (min-width: 740px) and (min-height: 428px) {
  .mLogoIcon {
    width: 3rem;
  }

  .mLogoIcon > :first-child {
    opacity: 1;
  }

  .mLogoIcon > :nth-child(2) {
    opacity: 0;
  }

  .mLogoCompany {
    width: 5.75rem;
  }

  .mLogoSlogan {
    width: 7rem;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .mLogoIcon {
    width: 2.5rem;
  }

  .mLogoIcon > * {
    -webkit-transition: opacity 0.3s 0.15s;
    -o-transition: opacity 0.3s 0.15s;
    transition: opacity 0.3s 0.15s;
  }

  .mLogoIcon.act > :first-child {
    opacity: 0;
  }

  .mLogoIcon.act > :nth-child(2),
  .mLogoIcon:not(.act) > :first-child {
    opacity: 1;
  }

  .mLogoIcon:not(.act) > :nth-child(2) {
    opacity: 0;
  }

  .mLogoCompany,
  .mLogoSlogan {
    -webkit-transition: fill 0.3s 0.15s;
    -o-transition: fill 0.3s 0.15s;
    transition: fill 0.3s 0.15s;
  }

  .mLogoCompany {
    width: 5rem;
  }

  .mLogoSlogan {
    width: 6.25rem;
  }
}

@media (min-width: 740px) and (min-height: 428px) {
  .mNavMenu {
    text-align: right;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .mNavMenu {
    opacity: 0;
    -webkit-transform: translate(-50%, 120%);
    -ms-transform: translate(-50%, 120%);
    transform: translate(-50%, 120%);
    -webkit-transition: opacity 0.15s 0.15s, visibility 0.15s 0.15s;
    -o-transition: opacity 0.15s 0.15s, visibility 0.15s 0.15s;
    transition: opacity 0.15s 0.15s, visibility 0.15s 0.15s;
    visibility: hidden;
  }

  .mNavCtrl {
    height: 1.875rem;
    margin-top: -2.8125rem;
    right: 0.875rem;
    width: 1.875rem;
  }

  .mNavCtrl::after,
  .mNavCtrl::before {
    border-radius: 0.1875rem;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
  }

  .mNav {
    top: 3.75rem;
  }

  .mNav::before {
    --bg-opacity: 1;

    background-color: #0f7ec1;
    background-color: rgba(15, 126, 193, var(--bg-opacity));
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -3.75rem;
    -webkit-transition: height 0.3s 0.15s;
    -o-transition: height 0.3s 0.15s;
    transition: height 0.3s 0.15s;
    width: 100%;
    z-index: -1;
  }

  .mNav.\-\-show::before {
    height: 100vh;
  }

  .mNav.\-\-show .mNavCtrl::after,
  .mNav.\-\-show .mNavCtrl::before {
    --bg-opacity: 1;

    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    margin-top: 0;
    -webkit-transition: margin-top 0.3s, background-color 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: margin-top 0.3s, background-color 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -o-transition: margin-top 0.3s, background-color 0.3s 0.3s, transform 0.3s 0.3s;
    transition: margin-top 0.3s, background-color 0.3s 0.3s, transform 0.3s 0.3s;
    transition: margin-top 0.3s, background-color 0.3s 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }

  .mNav.\-\-show .mNavCtrl::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .mNav.\-\-show .mNavCtrl::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  .mNav.\-\-show .mNavMenu {
    opacity: 1;
    visibility: visible;
  }

  .mNav:not(.\-\-show) .mNavCtrl::after,
  .mNav:not(.\-\-show) .mNavCtrl::before {
    --bg-opacity: 1;

    background-color: #1f323a;
    background-color: rgba(31, 50, 58, var(--bg-opacity));
    -webkit-transition: margin-top 0.3s 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: margin-top 0.3s 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: margin-top 0.3s 0.3s, background-color 0.3s, transform 0.3s;
    transition: margin-top 0.3s 0.3s, background-color 0.3s, transform 0.3s;
    transition: margin-top 0.3s 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .mNav:not(.\-\-show) .mNavCtrl::before {
    margin-top: -0.375rem;
  }

  .mNav:not(.\-\-show) .mNavCtrl::after {
    margin-top: 0.4375rem;
  }

  .mNavItem::before {
    background: url("/cs/javax.faces.resource/assets/img/common/icon_menu.svg.xhtml?ln=cons-layout") no-repeat 50%;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 1.875rem;
    margin-right: 0.25rem;
    vertical-align: bottom;
    width: 1.875rem;
  }
}

.mLock {
  display: none;
}

.mLockBd {
  height: 90%;
  max-height: 14.375rem;
}

.mLockBd::after {
  background: url("/cs/javax.faces.resource/assets/img/common/mobile_turn_pen.svg.xhtml?ln=cons-layout") no-repeat 50%;
  bottom: 0;
  content: "";
  height: 4.5rem;
  margin-right: -1.75rem;
  position: absolute;
  right: 0;
  width: 4.125rem;
}

.mLockFig {
  height: 42vh;
  max-height: 7.3125rem;
  max-width: 7.3125rem;
  width: 42vh;
}

@media (max-width: 739px) and (orientation: landscape) and (min-width: 480px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) and (min-width: 480px) {
  .mLock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.lNSup {
  display: none;
  height: 100%;
}

.lNSup,
.mNSup {
  position: relative;
  width: 100%;
}

.mNSup {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.mNSupHd {
  margin-bottom: 3rem;
}

.mNSupTit {
  font-size: 1.5rem;
}

.mNSupMsg {
  --border-opacity: 1;

  border-color: #999;
  border-color: rgba(153, 153, 153, var(--border-opacity));
  border-radius: 0.625rem;
  border-width: 0.0625rem;
  display: inline-block;
  margin-bottom: 1.75rem;
  padding: 0.625rem 1.25rem 1.25rem;
}

.mNSupMsgTit {
  --text-opacity: 1;
  --bg-opacity: 1;

  background-color: #767676;
  background-color: rgba(118, 118, 118, var(--bg-opacity));
  border-radius: 1.25rem;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: block;
  font-size: 1.25rem;
  margin: -1.75rem auto -0.625rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  position: relative;
  width: 6.25rem;
}

.mNSupItm {
  margin-top: 1.25rem;
  text-align: left;
}

.mNSupItmTit {
  --text-opacity: 1;
  --border-opacity: 1;

  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
  border-left-width: 0.0625rem;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
  line-height: 1;
  margin-bottom: 0.3125rem;
  padding-left: 0.3125rem;
}

.mNSupItmCnt {
  font-size: 0.9375rem;
  padding-left: 0.5rem;
}

.mNSupFigList > ul {
  display: inline-block;
  overflow: hidden;
}

.mNSupFigList > ul > li {
  float: left;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  width: 7.5rem;
}

.mNSupFig {
  --text-opacity: 1;

  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  display: block;
}

.mNSupFig::before {
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 7.5rem;
  width: 100%;
}

.mNSupFig.\-\-chrome::before {
  background-image: url("/cs/javax.faces.resource/assets/img/n-sup/chrome.png.xhtml?ln=cons-layout");
}

.mNSupFig.\-\-firefox::before {
  background-image: url("/cs/javax.faces.resource/assets/img/n-sup/firefox.png.xhtml?ln=cons-layout");
}

.mNSupFig.\-\-edge::before {
  background-image: url("/cs/javax.faces.resource/assets/img/n-sup/edge.png.xhtml?ln=cons-layout");
}

.mNSupFt {
  --text-opacity: 1;

  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  margin-top: 3rem;
}

.mNSupDesc {
  font-size: 0.9375rem;
  margin-top: 0.875rem;
}

.mNSupCor {
  font-size: 0;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.mNSupCor em,
.mNSupCor i {
  font-style: normal;
}

.mNSupCor > p {
  font-size: 0.8125rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

@media \0screen\,
  screen\9,
all and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0),
all and (min-width: 0\0) and (-o-min-device-pixel-ratio: 0/1),
all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  body,
  html {
    height: 100%;
  }

  .lWrap {
    display: none;
  }

  .lNSup {
    word-wrap: break-word;
    display: table;
    table-layout: auto;
    word-break: break-all;
  }
}

@-webkit-keyframes launch {
  0%,
  to {
    margin-bottom: 0;
  }

  50% {
    margin-bottom: 0.625rem;
  }
}

@keyframes launch {
  0%,
  to {
    margin-bottom: 0;
  }

  50% {
    margin-bottom: 0.625rem;
  }
}

.lWrap::after,
.lWrap::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  left: 50%;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lWrap::before {
  bottom: 0;
  width: 100vw;
}

.lWrap::after {
  -webkit-animation: launch 2s steps(1) infinite;
  animation: launch 2s steps(1) infinite;
  background-image: url("/cs/javax.faces.resource/assets/img/common/bg_rocket.svg.xhtml?ln=cons-layout");
}

@media (min-width: 1001px) and (orientation: landscape) {
  .lCnt::after,
  .lCnt::before,
  .lM::after,
  .lM::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .lM::before {
    background-image: url("/cs/javax.faces.resource/assets/img/common/bg_cloud_1.svg.xhtml?ln=cons-layout");
    height: 2.125rem;
    margin-left: -34.0625rem;
    top: 17rem;
    width: 8rem;
  }

  .lM::after {
    background-image: url("/cs/javax.faces.resource/assets/img/common/bg_cloud_2.svg.xhtml?ln=cons-layout");
    height: 1.75rem;
    margin-left: 33.4375rem;
    top: 16.75rem;
    width: 7rem;
  }

  .lCnt::before {
    background-image: url("/cs/javax.faces.resource/assets/img/common/bg_cloud_3.svg.xhtml?ln=cons-layout");
    height: 2.125rem;
    margin-left: -34.6875rem;
    top: 32.75rem;
    width: 9.5rem;
  }

  .lCnt::after {
    background-image: url("/cs/javax.faces.resource/assets/img/common/bg_cloud_4.svg.xhtml?ln=cons-layout");
    height: 2rem;
    margin-left: 38.125rem;
    top: 31.375rem;
    width: 7.75rem;
  }
}

@media (min-width: 740px) and (min-height: 428px) {
  .lWrap::before {
    background-image: url("/cs/javax.faces.resource/assets/img/common/bg_smoke_pt.svg.xhtml?ln=cons-layout");
    height: 22.91667vw;
  }

  .lWrap::after {
    bottom: 13vw;
    height: 4.625rem;
    margin-left: 37.1vw;
    width: 4.625rem;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .lWrap::before {
    background-image: url("/cs/javax.faces.resource/assets/img/common/bg_smoke_m.svg.xhtml?ln=cons-layout");
    height: 35vw;
  }

  .lWrap::after {
    bottom: 7.1875rem;
    height: 2.5rem;
    margin-left: 4.5rem;
    width: 1.75rem;
  }
}

textarea {
  resize: none;
}

input,
select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
}

.rangeWrap::after,
.rangeWrap::before {
  --bg-opacity: 1;

  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.25rem;
  content: "";
  height: 0.375rem;
  margin-top: -0.1875rem;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  z-index: 1;
}

.rangeWrap::before {
  left: 0.125rem;
}

.rangeWrap::after {
  right: 0.125rem;
}

.rangeWrap .addon {
  bottom: 100%;
}

.rangeWrap .addon.min {
  left: 0;
}

.rangeWrap .addon.max {
  right: 0;
}

.rangeBar {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
}

.rangeBar::-webkit-slider-runnable-track {
  background: #c3c3c3;
  border-radius: 0.375rem;
  cursor: pointer;
  height: 0.625rem;
  width: 100%;
}

.rangeBar::-moz-range-track {
  background: #c3c3c3;
  border-radius: 0.375rem;
  cursor: pointer;
  height: 0.625rem;
  width: 100%;
}

.rangeBar::-webkit-slider-thumb {
  --bg-opacity: 1;

  appearance: none;
  -webkit-appearance: none;
  background-color: #0071b6;
  background-color: rgba(0, 113, 182, var(--bg-opacity));
  border: 0;
  border-radius: 624.9375rem;
  -webkit-box-shadow: 4px 0 #f2f2f2, -4px 0 #f2f2f2;
  box-shadow: 4px 0 #f2f2f2, -4px 0 #f2f2f2;
  height: 1.375rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.375rem;
  z-index: 2;
}

.rangeBar::-moz-range-thumb {
  --bg-opacity: 1;

  -moz-appearance: none;
  appearance: none;
  background-color: #0071b6;
  background-color: rgba(0, 113, 182, var(--bg-opacity));
  border: 0;
  border-radius: 624.9375rem;
  box-shadow: 4px 0 #f2f2f2, -4px 0 #f2f2f2;
  height: 1.375rem;
  position: relative;
  width: 1.375rem;
}

.rangeBar::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 2.4375rem 0;
  color: transparent;
  cursor: pointer;
  height: 0.625rem;
  width: 100%;
}

.rangeBar::-ms-fill-lower,
.rangeBar::-ms-fill-upper {
  background: #c3c3c3;
  border: 0;
  border-radius: 3.125rem;
}

.rangeBar::-ms-thumb {
  background: #0071b6;
  border-radius: 50%;
  box-shadow: 4px 0 #f2f2f2, -4px 0 #f2f2f2;
  cursor: pointer;
  height: 1.375rem;
  width: 1.375rem;
}

.rangeBar:focus::-ms-thumb {
  border: 0;
  outline: 0;
}

.brushInput {
  height: 3.75rem;
  width: 12.75rem;
}

.brushInput .mInput {
  z-index: 1;
}

.brushInput .addon {
  bottom: 0;
  left: 100%;
  line-height: 3.75rem;
  margin-left: 0.625rem;
  top: 0;
}

.brushInput .bgBtn {
  fill: #cedfe9;
  z-index: 0;
}

.btnChk:checked ~ .txt,
.mRadio:checked ~ .txt {
  --text-opacity: 1;

  color: #0071b6;
  color: rgba(0, 113, 182, var(--text-opacity));
}

.btnChk:checked ~ svg,
.mRadio:checked ~ svg {
  fill: #0071b6;
  opacity: 1;
}

.addon {
  bottom: 100%;
}

.isErr input {
  --border-opacity: 1;

  border-color: #ee7657;
  border-color: rgba(238, 118, 87, var(--border-opacity));
}

.mSelect > ul > li::after {
  border-width: 0 0 0.125rem 0.125rem;
  content: "";
  height: 0.75rem;
  margin-right: 1.25rem;
  margin-top: -0.1875rem;
  pointer-events: none;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 0.75rem;
}

.mChk .icoChk,
.mSelect > ul > li::after {
  --border-opacity: 1;

  border-color: #1f323a;
  border-color: rgba(31, 50, 58, var(--border-opacity));
  border-style: solid;
  position: absolute;
  top: 50%;
}

.mChk .icoChk {
  border-width: 0 0 0.1875rem 0.1875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0.375rem;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-45%, -80%) rotate(-45deg);
  -ms-transform: translate(-45%, -80%) rotate(-45deg);
  transform: translate(-45%, -80%) rotate(-45deg);
  width: 0.625rem;
}

.mChk input:checked ~ .icoChk {
  opacity: 1;
}

@media (min-width: 740px) and (min-height: 428px) {
  .rangeBar {
    width: 28.125rem;
  }
}

@media (min--moz-device-pixel-ratio: 0) and (display-mode: browser),
  (min--moz-device-pixel-ratio: 0) and (display-mode: fullscreen) {
  .rangeWrap::after,
  .rangeWrap::before {
    display: none;
  }
}

@media (-ms-high-contrast: none),
  screen and (-ms-high-contrast: active) {
  .rangeBar {
    margin: -2.5rem 0;
    position: relative;
    z-index: 2;
  }
}

.mCardSheetHd {
  letter-spacing: 0.1875rem;
}

.mCardSheetCnt > * {
  position: relative;
}

.mCardSheetCnt > :not(:last-child)::after {
  background: url("/cs/javax.faces.resource/assets/img/common/card_line.svg.xhtml?ln=cons-layout") no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 100%;
}

.mCardSheetRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mCardSheetCell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
}

@media (min-width: 740px) and (min-height: 428px) {
  .mCardSheet.\-\-sm {
    width: 22.5rem;
  }

  .mCardSheetCnt > :not(:last-child)::after {
    height: 0.25rem;
  }

  .mCardSheetRow {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .mCardSheetCell {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1001px),
  (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mCardSheetCell {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .mCardSheetCnt > :not(:last-child)::after {
    height: 0.125rem;
  }

  .mCardSheetRow {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .mCardSheetCell {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.lWrap {
  position: relative;
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .lHd {
    z-index: 2;
  }
}

.resultBox {
  z-index: 1;
}

.btnGetCode:disabled {
  --bg-opacity: 1;

  background-color: #b2b8ba;
  background-color: rgba(178, 184, 186, var(--bg-opacity));
  cursor: not-allowed;
}

.stepStatusIcon {
  height: 5rem;
  width: 5rem;
}

.stepNoDataIcon {
  height: 6.875rem;
  width: 6.875rem;
}

@media (min-width: 1001px) and (orientation: landscape) {
  .reserveW {
    padding-bottom: 8.5rem;
    padding-top: 1.5rem;
  }

  .resultBox {
    min-height: 48.125rem;
    padding: 3.75rem 8rem;
    width: 56.75rem;
  }
}

@media (min-width: 740px) and (max-width: 1001px) and (min-height: 428px),
  (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .reserveW {
    padding-bottom: 8.5rem;
    padding-top: 6.25rem;
  }

  .resultBox {
    min-height: 23.75rem;
    padding: 2.8125rem 6rem;
    width: 42.5rem;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .reserveW {
    margin: 0 0.875rem 7.5rem;
  }

  .resultBox {
    padding: 1.875rem 0.875rem;
  }

  .m\:block {
    display: block;
  }

  .m\:inline-block {
    display: inline-block;
  }

  .m\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .m\:hidden {
    display: none;
  }

  .m\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .m\:h-full {
    height: 100%;
  }

  .m\:text-12 {
    font-size: 0.75rem;
  }

  .m\:text-14 {
    font-size: 0.875rem;
  }

  .m\:text-18 {
    font-size: 1.125rem;
  }

  .m\:text-20 {
    font-size: 1.25rem;
  }

  .m\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .m\:-mx-3 {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .m\:mb-10 {
    margin-bottom: 0.625rem;
  }

  .m\:mt-12 {
    margin-top: 0.75rem;
  }

  .m\:mt-16 {
    margin-top: 1rem;
  }

  .m\:mr-16 {
    margin-right: 1rem;
  }

  .m\:mb-16 {
    margin-bottom: 1rem;
  }

  .m\:mt-20 {
    margin-top: 1.25rem;
  }

  .m\:mt-28 {
    margin-top: 1.75rem;
  }

  .m\:mt-32 {
    margin-top: 2rem;
  }

  .m\:mb-32 {
    margin-bottom: 2rem;
  }

  .m\:mt-40 {
    margin-top: 2.5rem;
  }

  .m\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .m\:mt-44 {
    margin-top: 2.75rem;
  }

  .m\:mt-48 {
    margin-top: 3rem;
  }

  .m\:mb-48 {
    margin-bottom: 3rem;
  }

  .m\:p-14 {
    padding: 0.875rem;
  }

  .m\:p-20 {
    padding: 1.25rem;
  }

  .m\:px-3 {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .m\:px-5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .m\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .m\:py-12 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }

  .m\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .m\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .m\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .m\:pr-12 {
    padding-right: 0.75rem;
  }

  .m\:pb-14 {
    padding-bottom: 0.875rem;
  }

  .m\:left-0 {
    left: 0;
  }

  .m\:left-1\/2 {
    left: 50%;
  }

  .m\:text-center {
    text-align: center;
  }

  .m\:text-xf {
    --text-opacity: 1;

    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .m\:text-x133a {
    --text-opacity: 1;

    color: #1f323a;
    color: rgba(31, 50, 58, var(--text-opacity));
  }

  .m\:w-full {
    width: 100%;
  }

  .m\:space-y-32 > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 740px) and (max-width: 1001px) and (min-height: 428px),
  (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .t\:mt-20 {
    margin-top: 1.25rem;
  }

  .t\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .t\:mt-28 {
    margin-top: 1.75rem;
  }

  .t\:mr-32 {
    margin-right: 2rem;
  }

  .t\:mb-32 {
    margin-bottom: 2rem;
  }

  .t\:ml-32 {
    margin-left: 2rem;
  }

  .t\:mb-80 {
    margin-bottom: 5rem;
  }

  .t\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .t\:w-1\/2 {
    width: 50%;
  }
}

@media (max-width: 1001px),
  (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tm\:hidden {
    display: none;
  }

  .tm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tm\:w-4\/5 {
    width: 80%;
  }

  .tm\:w-2\/6 {
    width: 33.333333%;
  }
}

@media (min-width: 740px) and (min-height: 428px) {
  .pt\:inline-block {
    display: inline-block;
  }

  .pt\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .pt\:hidden {
    display: none;
  }

  .pt\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .pt\:flex-shrink-0 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .pt\:text-14 {
    font-size: 0.875rem;
  }

  .pt\:text-16 {
    font-size: 1rem;
  }

  .pt\:text-18 {
    font-size: 1.125rem;
  }

  .pt\:text-20 {
    font-size: 1.25rem;
  }

  .pt\:text-28 {
    font-size: 1.75rem;
  }

  .pt\:leading-7 {
    line-height: 1.75rem;
  }

  .pt\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .pt\:mr-16 {
    margin-right: 1rem;
  }

  .pt\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .pt\:ml-20 {
    margin-left: 1.25rem;
  }

  .pt\:mt-24 {
    margin-top: 1.5rem;
  }

  .pt\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .pt\:mt-28 {
    margin-top: 1.75rem;
  }

  .pt\:mt-32 {
    margin-top: 2rem;
  }

  .pt\:mt-36 {
    margin-top: 2.25rem;
  }

  .pt\:mt-40 {
    margin-top: 2.5rem;
  }

  .pt\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .pt\:mt-48 {
    margin-top: 3rem;
  }

  .pt\:mt-52 {
    margin-top: 3.25rem;
  }

  .pt\:mb-52 {
    margin-bottom: 3.25rem;
  }

  .pt\:mt-56 {
    margin-top: 3.5rem;
  }

  .pt\:mt-72 {
    margin-top: 4.5rem;
  }

  .pt\:p-32 {
    padding: 2rem;
  }

  .pt\:py-20 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }

  .pt\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pt\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .pt\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .pt\:pb-16 {
    padding-bottom: 1rem;
  }

  .pt\:pr-28 {
    padding-right: 1.75rem;
  }

  .pt\:top-0 {
    top: 0;
  }

  .pt\:right-0 {
    right: 0;
  }

  .pt\:text-x07b6 {
    --text-opacity: 1;

    color: #0071b6;
    color: rgba(0, 113, 182, var(--text-opacity));
  }

  .pt\:w-1\/2 {
    width: 50%;
  }

  .pt\:w-2\/3 {
    width: 66.666667%;
  }

  .pt\:w-2\/5 {
    width: 40%;
  }

  .pt\:space-y-16 > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 1001px) and (orientation: landscape) {
  .p\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p\:text-16 {
    font-size: 1rem;
  }

  .p\:-mx-10 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .p\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .p\:mt-28 {
    margin-top: 1.75rem;
  }

  .p\:mb-28 {
    margin-bottom: 1.75rem;
  }

  .p\:mt-32 {
    margin-top: 2rem;
  }

  .p\:mt-48 {
    margin-top: 3rem;
  }

  .p\:mb-92 {
    margin-bottom: 5.75rem;
  }

  .p\:mr-100 {
    margin-right: 6.25rem;
  }

  .p\:ml-100 {
    margin-left: 6.25rem;
  }

  .p\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .p\:absolute {
    position: absolute;
  }

  .p\:right-0 {
    right: 0;
  }

  .p\:bottom-0 {
    bottom: 0;
  }

  .p\:left-0 {
    left: 0;
  }

  .p\:text-center {
    text-align: center;
  }

  .p\:w-1\/4 {
    width: 25%;
  }

  .p\:w-1\/5 {
    width: 20%;
  }

  .p\:w-4\/5 {
    width: 80%;
  }

  .p\:z-1 {
    z-index: 1;
  }
}
