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 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;
  }
}

.mBox {
  --bg-opacity: 1;

  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mBoxFt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1001px) and (orientation: landscape) {
  .mBox {
    padding: 4.375rem;
    width: 43.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) {
  .mBox {
    padding: 3.4375rem;
    width: 39.375rem;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .mBox {
    padding: 3.125rem 1.25rem 5rem;
    width: 18.75rem;
  }

  .mBoxBd {
    max-height: 40vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

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;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.mLoad {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.mLoad:not(.\-\-hidden) {
  opacity: 1;
  visibility: visible;
}

.mLoad.\-\-hidden {
  opacity: 0;
  visibility: hidden;
}

.mLoadCnt::before {
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  background: url("/cs/javax.faces.resource/assets/img/common/loading-border.svg.xhtml?ln=cons-layout") no-repeat 50%;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

.lWrap {
  position: relative;
}

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

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

@media (min-width: 1367px) {
  .lCnt::before {
    margin-left: -27.5rem;
  }

  .lCnt::after {
    margin-left: 31.25rem;
  }
}

@media (min-width: 1001px) and (max-width: 1366px) {
  .lCnt::before {
    margin-left: -14.375rem;
  }

  .lCnt::after {
    margin-left: 16.875rem;
  }
}

@media (min-width: 1001px) and (orientation: landscape) {
  .lCnt {
    max-width: none;
  }

  .lCnt::after,
  .lCnt::before {
    content: "";
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .lCnt::before {
    background: url("/cs/javax.faces.resource/assets/img/common/splash_1.svg.xhtml?ln=cons-layout") no-repeat;
    background-size: 100% auto;
    height: 20.4375rem;
    margin-top: 37.03704vh;
    width: 28.125rem;
  }

  .lCnt::after {
    background: url("/cs/javax.faces.resource/assets/img/common/splash_2.svg.xhtml?ln=cons-layout") no-repeat;
    background-size: 100% auto;
    height: 11.625rem;
    margin-top: 18.51852vh;
    width: 25rem;
  }
}

@-webkit-keyframes horizontal_moving {
  0%,
  to {
    -webkit-transform: translate(-50%, -50%) translate(-1%);
    transform: translate(-50%, -50%) translate(-1%);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) translate(30%);
    transform: translate(-50%, -50%) translate(30%);
  }
}

@keyframes horizontal_moving {
  0%,
  to {
    -webkit-transform: translate(-50%, -50%) translate(-1%);
    transform: translate(-50%, -50%) translate(-1%);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) translate(30%);
    transform: translate(-50%, -50%) translate(30%);
  }
}

.map::after,
.map::before {
  content: "";
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translate(-1%);
  -ms-transform: translate(-50%, -50%) translate(-1%);
  transform: translate(-50%, -50%) translate(-1%);
}

.map::before {
  -webkit-animation: horizontal_moving 12s ease-in-out infinite alternate;
  animation: horizontal_moving 12s ease-in-out infinite alternate;
  background: url("/cs/javax.faces.resource/assets/img/home/cloud_1.svg.xhtml?ln=cons-layout") no-repeat;
  background-size: 100% auto;
}

.map::after {
  -webkit-animation: horizontal_moving 15s ease-in-out 1.2s infinite alternate;
  animation: horizontal_moving 15s ease-in-out 1.2s infinite alternate;
  background: url("/cs/javax.faces.resource/assets/img/home/cloud_2.svg.xhtml?ln=cons-layout") no-repeat;
  background-size: 100% auto;
}

.mapCnt::after,
.mapCnt::before {
  content: "";
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translate(-1%);
  -ms-transform: translate(-50%, -50%) translate(-1%);
  transform: translate(-50%, -50%) translate(-1%);
}

.mapCnt::before {
  -webkit-animation: horizontal_moving 18s ease-in-out 0.3s infinite alternate;
  animation: horizontal_moving 18s ease-in-out 0.3s infinite alternate;
  background: url("/cs/javax.faces.resource/assets/img/home/cloud_3.svg.xhtml?ln=cons-layout") no-repeat;
  background-size: 100% auto;
}

.mapCnt::after {
  -webkit-animation: horizontal_moving 12s ease-in-out 0.6s infinite alternate;
  animation: horizontal_moving 12s ease-in-out 0.6s infinite alternate;
  background: url("/cs/javax.faces.resource/assets/img/home/cloud_4.svg.xhtml?ln=cons-layout") no-repeat;
  background-size: 100% auto;
}

.mapCntBg {
  z-index: -1;
}

.mapCntFg.\-\-view > figure {
  opacity: 0.15;
}

.mapCntTxt {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.map2::after {
  background: url("/cs/javax.faces.resource/assets/img/home/answer_2_stain.png.xhtml?ln=cons-layout") no-repeat;
  background-size: 100% auto;
  top: 50%;
}

.map2::after,
.map6::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
}

.map6::after {
  background: url("/cs/javax.faces.resource/assets/img/home/answer_6_stain.png.xhtml?ln=cons-layout") no-repeat;
  background-size: 100% auto;
  bottom: 0;
}

@media (min-width: 1001px) and (orientation: landscape) {
  .map {
    height: 75.64815vh;
    margin-top: 5vh;
    width: 69.53704vh;
  }

  .map::before {
    height: 3.14815vh;
    margin-left: -36.11111vh;
    margin-top: -4.44444vh;
    width: 11.48148vh;
  }

  .map::after {
    height: 2.96296vh;
    margin-left: 35.18519vh;
    margin-top: -27.77778vh;
    width: 11.66667vh;
  }

  .mapCnt {
    cursor: url("/cs/javax.faces.resource/assets/img/home/icon_mousehover.cur.xhtml?ln=cons-layout"), auto;
    height: 100%;
    width: 100%;
  }

  .mapCnt > button {
    cursor: inherit;
  }

  .mapCnt > button:hover > :not(.mapCntBg).opacity-100 {
    opacity: 1 !important;
  }

  .mapCnt:hover > button > :not(.mapCntBg).opacity-100 {
    opacity: 0.5;
  }

  .mapCnt:hover > button > :not(.mapCntBg).opacity-100.mapCntFg:nth-child(2) {
    opacity: 1;
  }

  .mapCnt::before {
    height: 3.33333vh;
    margin-left: 42.59259vh;
    margin-top: -5.55556vh;
    width: 14.81481vh;
  }

  .mapCnt::after {
    height: 3.51852vh;
    margin-left: 38.88889vh;
    margin-top: 14.81481vh;
    width: 12.59259vh;
  }

  .map1 {
    height: 26.2963vh;
    margin-left: 14.25926vh;
    margin-top: 0.46296vh;
    width: 28.7037vh;
  }

  .map2 {
    height: 30.37037vh;
    width: 28.14815vh;
  }

  .map2::after {
    height: 4.62963vh;
    margin-right: -5vh;
    margin-top: 4.25926vh;
    width: 5vh;
  }

  .map2 .mapCntTxt {
    margin-top: 2.40741vh;
  }

  .map3 {
    height: 31.2963vh;
    margin-top: 17.40741vh;
    width: 40.27778vh;
  }

  .map3 .mapCntTxt {
    margin-left: 3.7037vh;
    margin-top: 2.77778vh;
  }

  .map4 {
    height: 22.59259vh;
    margin-top: 28.88889vh;
    width: 28.7037vh;
  }

  .map5 {
    height: 26.01852vh;
    margin-left: 12.03704vh;
    width: 27.77778vh;
  }

  .map6 {
    height: 25.27778vh;
    margin-bottom: 0.37037vh;
    margin-right: 3.14815vh;
    width: 26.01852vh;
  }

  .map6::after {
    height: 5.18519vh;
    width: 5.18519vh;
  }
}

@media (min-width: 740px) and (min-height: 428px) {
  .mapCntTxt {
    width: 41.666667%;
  }
}

@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) {
  .map {
    height: 79.78516vw;
    left: -5%;
    width: 73.33984vw;
  }

  .map::before {
    height: 3.14815vw;
    margin-left: -36.11111vw;
    margin-top: -4.44444vw;
    width: 11.48148vw;
  }

  .map::after {
    height: 2.96296vw;
    margin-left: 35.18519vw;
    margin-top: -27.77778vw;
    width: 11.66667vw;
  }

  .mapCnt::before {
    height: 3.33333vw;
    margin-left: -42.59259vw;
    margin-top: -5.55556vw;
    width: 14.81481vw;
  }

  .mapCnt::after {
    height: 3.51852vw;
    margin-left: 38.88889vw;
    margin-top: 14.81481vw;
    width: 12.59259vw;
  }

  .map1 {
    height: 27.73438vw;
    margin-left: 15.03906vw;
    margin-top: 0.48828vw;
    width: 30.27344vw;
  }

  .map2 {
    height: 32.03125vw;
    width: 29.6875vw;
  }

  .map2::after {
    height: 4.62963vw;
    margin-right: -5vw;
    margin-top: 4.25926vw;
    width: 5vw;
  }

  .map2 .mapCntTxt {
    margin-top: 2.22222vw;
  }

  .map3 {
    height: 33.00781vw;
    margin-top: 18.35938vw;
    width: 42.48047vw;
  }

  .map3 .mapCntTxt {
    margin-left: 3.7037vw;
    margin-top: 2.77778vw;
  }

  .map4 {
    height: 23.82813vw;
    margin-top: 30.46875vw;
    width: 30.27344vw;
  }

  .map5 {
    height: 27.44141vw;
    margin-left: 12.69531vw;
    width: 29.29687vw;
  }

  .map6 {
    height: 26.66016vw;
    margin-bottom: 0.39063vw;
    margin-right: 3.32031vw;
    width: 27.44141vw;
  }

  .map6::after {
    height: 5.18519vw;
    width: 5.18519vw;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .map {
    height: 98.125vw;
    width: 96.875vw;
  }

  .map::before {
    height: 5vw;
    margin-left: -56.25vw;
    margin-top: -4.375vw;
    width: 18.125vw;
  }

  .map::after {
    height: 4.375vw;
    margin-left: 40.625vw;
    margin-top: -40.625vw;
    width: 17.5vw;
  }

  .mapCnt::before {
    height: 5.625vw;
    margin-left: 56.25vw;
    margin-top: -11.25vw;
    width: 26.25vw;
  }

  .mapCnt::after {
    height: 5.625vw;
    margin-left: 50vw;
    margin-top: 18.75vw;
    width: 21.25vw;
  }

  .mapCntTxt {
    font-size: 0.75rem;
    width: 50%;
  }

  .map1 {
    height: 34.375vw;
    margin-left: 18.75vw;
    margin-top: 0.625vw;
    width: 37.5vw;
  }

  .map2 {
    height: 39.0625vw;
    margin-right: 6.5625vw;
    width: 35.9375vw;
  }

  .map2::after {
    height: 6.25vw;
    margin-right: -8.125vw;
    margin-top: 5.625vw;
    width: 6.875vw;
  }

  .map2 .mapCntTxt {
    margin-top: 5vw;
  }

  .map3 {
    height: 41.875vw;
    margin-top: 22.1875vw;
    width: 53.125vw;
  }

  .map3 .mapCntTxt {
    margin-left: 6.25vw;
    margin-top: 3.125vw;
  }

  .map4 {
    height: 29.375vw;
    margin-right: 7.5vw;
    margin-top: 37.5vw;
  }

  .map4,
  .map5 {
    width: 35.625vw;
  }

  .map5 {
    height: 33.125vw;
    margin-left: 16.5625vw;
  }

  .map5 .mapCntTxt {
    margin-left: 3.125vw;
    margin-top: -2.5vw;
  }

  .map6 {
    height: 33.4375vw;
    margin-right: 10.625vw;
    width: 33.75vw;
  }

  .map6::after {
    height: 8.75vw;
    width: 8.75vw;
  }

  .map6 .mapCntTxt {
    margin-top: -2.5vw;
  }
}

@-webkit-keyframes mouseMove_pc {
  0% {
    margin-left: 25%;
    margin-top: 7%;
  }

  52%,
  60%,
  to {
    margin-left: 12%;
    margin-top: 2.5%;
  }

  55% {
    margin-left: 12.3%;
    margin-top: 2.8%;
  }
}

@keyframes mouseMove_pc {
  0% {
    margin-left: 25%;
    margin-top: 7%;
  }

  52%,
  60%,
  to {
    margin-left: 12%;
    margin-top: 2.5%;
  }

  55% {
    margin-left: 12.3%;
    margin-top: 2.8%;
  }
}

@-webkit-keyframes mouseMove_tablet {
  0% {
    margin-left: 35%;
    margin-top: 15%;
  }

  52%,
  60%,
  to {
    margin-left: 16%;
    margin-top: 3%;
  }

  55% {
    margin-left: 16.3%;
    margin-top: 3.3%;
  }
}

@keyframes mouseMove_tablet {
  0% {
    margin-left: 35%;
    margin-top: 15%;
  }

  52%,
  60%,
  to {
    margin-left: 16%;
    margin-top: 3%;
  }

  55% {
    margin-left: 16.3%;
    margin-top: 3.3%;
  }
}

@-webkit-keyframes mouseMove_mobile {
  0% {
    margin-left: 44%;
    margin-top: 5%;
  }

  52%,
  60%,
  to {
    margin-left: 24%;
    margin-top: -20%;
  }

  55% {
    margin-left: 24.3%;
    margin-top: -19.7%;
  }
}

@keyframes mouseMove_mobile {
  0% {
    margin-left: 44%;
    margin-top: 5%;
  }

  52%,
  60%,
  to {
    margin-left: 24%;
    margin-top: -20%;
  }

  55% {
    margin-left: 24.3%;
    margin-top: -19.7%;
  }
}

.teachFg {
  -webkit-transition: opacity 1.5s 2.25s;
  -o-transition: opacity 1.5s 2.25s;
  transition: opacity 1.5s 2.25s;
}

.teach {
  -webkit-transition: visibility 1.5s 0.6s, opacity 1.5s 0.6s, width 0s 2.1s, height 0s 2.1s;
  -o-transition: visibility 1.5s 0.6s, opacity 1.5s 0.6s, width 0s 2.1s, height 0s 2.1s;
  transition: visibility 1.5s 0.6s, opacity 1.5s 0.6s, width 0s 2.1s, height 0s 2.1s;
}

.teach::before {
  -webkit-animation-duration: 3.9s;
  animation-duration: 3.9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: url("/cs/javax.faces.resource/assets/img/home/icon_mousehover.cur.xhtml?ln=cons-layout") no-repeat 50%;
  background-size: 100% auto;
  content: "";
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
  z-index: 1;
}

.teach:not(.\-\-anim) .teachFg {
  opacity: 0;
}

.teach.\-\-anim .teachFg {
  opacity: 1;
}

.teach.\-\-close {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}

@media (min-width: 1001px) and (orientation: landscape) {
  .teach {
    cursor: none;
    padding-top: 4.4375rem;
  }

  .teach::before {
    height: 4rem;
    margin-left: 25%;
    margin-top: 7%;
    width: 4rem;
  }

  .teach.\-\-anim::before {
    -webkit-animation-name: mousemove_pc;
    animation-name: mouseMove_pc;
  }
}

@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) {
  .teach {
    padding-top: 19.5rem;
  }

  .teach::before {
    height: 3.25rem;
    margin-left: 35%;
    margin-top: 15%;
    width: 3.25rem;
  }

  .teach.\-\-anim::before {
    -webkit-animation-name: mousemove_tablet;
    animation-name: mouseMove_tablet;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .teach {
    padding-top: 11.1875rem;
  }

  .teach::before {
    height: 2.5rem;
    margin-left: 44%;
    margin-top: 5%;
    width: 2.5rem;
  }

  .teach.\-\-anim::before {
    -webkit-animation-name: mousemove_mobile;
    animation-name: mouseMove_mobile;
  }
}

@media (min-width: 740px) and (min-height: 428px) {
  .box {
    max-width: 32.5rem;
  }
}

@media (min-width: 1001px) and (orientation: landscape) {
  .topic {
    margin-bottom: 9.25926vh;
  }

  .topicHdTit1 {
    height: 3.375rem;
    width: 8.625rem;
  }

  .topicHdTit2 {
    height: 3.375rem;
    width: 20.625rem;
  }

  .topicHdSubtit {
    height: 2.875rem;
    width: 18rem;
  }
}

@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) {
  .topicHdTit1 {
    height: 3rem;
    width: 7.75rem;
  }

  .topicHdTit2 {
    height: 3rem;
    width: 18.125rem;
  }

  .topicHdSubtit {
    height: 2.625rem;
    width: 23.75rem;
  }
}

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

  .topicHdTit2 {
    height: 1.875rem;
    width: 11.25rem;
  }

  .topicHdSubtit {
    height: 1.875rem;
    width: 11.75rem;
  }
}

.count {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 50%;
}

.count,
.counting {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.counting > :first-child {
  left: 0;
}

.counting > :nth-child(2) {
  right: 0;
}

.countNumber {
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (min-width: 1001px) and (orientation: landscape) {
  .count {
    margin-right: 6.25rem;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1;
  }
}

@media (min-width: 740px) and (min-height: 428px) {
  .countSlash {
    height: 1.25rem;
    margin-bottom: 0.875rem;
    margin-top: 0.875rem;
    width: 0.625rem;
  }

  .countNumber {
    height: 10.1875rem;
    width: 1rem;
  }

  .counting {
    height: 1.25rem;
    overflow: hidden;
    width: 2rem;
  }

  .counting.zero > :nth-child(2),
  .counting:not(.six) > :first-child {
    -webkit-transform: translateY(-1.25rem);
    -ms-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
  }

  .counting.one > :nth-child(2) {
    -webkit-transform: translateY(-2.5625rem);
    -ms-transform: translateY(-2.5625rem);
    transform: translateY(-2.5625rem);
  }

  .counting.two > :nth-child(2) {
    -webkit-transform: translateY(-3.8125rem);
    -ms-transform: translateY(-3.8125rem);
    transform: translateY(-3.8125rem);
  }

  .counting.three > :nth-child(2) {
    -webkit-transform: translateY(-5.125rem);
    -ms-transform: translateY(-5.125rem);
    transform: translateY(-5.125rem);
  }

  .counting.four > :nth-child(2) {
    -webkit-transform: translateY(-6.375rem);
    -ms-transform: translateY(-6.375rem);
    transform: translateY(-6.375rem);
  }

  .counting.five > :nth-child(2) {
    -webkit-transform: translateY(-7.625rem);
    -ms-transform: translateY(-7.625rem);
    transform: translateY(-7.625rem);
  }

  .counting.six > :first-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .counting.six > :nth-child(2) {
    -webkit-transform: translateY(-9rem);
    -ms-transform: translateY(-9rem);
    transform: translateY(-9rem);
  }
}

@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) {
  .count {
    margin-right: 3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .count {
    margin-right: 0.875rem;
    margin-top: 8.75rem;
  }

  .countSlash {
    height: 1rem;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
    width: 0.5rem;
  }

  .countNumber {
    height: 7.5rem;
    width: 0.75rem;
  }

  .counting {
    height: 0.9375rem;
    overflow: hidden;
    width: 1.5rem;
  }

  .counting.zero > :nth-child(2),
  .counting:not(.six) > :first-child {
    -webkit-transform: translateY(-0.9375rem);
    -ms-transform: translateY(-0.9375rem);
    transform: translateY(-0.9375rem);
  }

  .counting.one > :nth-child(2) {
    -webkit-transform: translateY(-1.875rem);
    -ms-transform: translateY(-1.875rem);
    transform: translateY(-1.875rem);
  }

  .counting.two > :nth-child(2) {
    -webkit-transform: translateY(-2.8125rem);
    -ms-transform: translateY(-2.8125rem);
    transform: translateY(-2.8125rem);
  }

  .counting.three > :nth-child(2) {
    -webkit-transform: translateY(-3.75rem);
    -ms-transform: translateY(-3.75rem);
    transform: translateY(-3.75rem);
  }

  .counting.four > :nth-child(2) {
    -webkit-transform: translateY(-4.6875rem);
    -ms-transform: translateY(-4.6875rem);
    transform: translateY(-4.6875rem);
  }

  .counting.five > :nth-child(2) {
    -webkit-transform: translateY(-5.625rem);
    -ms-transform: translateY(-5.625rem);
    transform: translateY(-5.625rem);
  }

  .counting.six > :first-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .counting.six > :nth-child(2) {
    -webkit-transform: translateY(-6.625rem);
    -ms-transform: translateY(-6.625rem);
    transform: translateY(-6.625rem);
  }
}

.action {
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  width: 14.375rem;
}

.actionTxt.finished {
  background: url("/cs/javax.faces.resource/assets/img/home/bg_finished.svg.xhtml?ln=cons-layout") no-repeat 50%;
  background-size: 100% 100%;
}

@media (min-width: 1001px) and (orientation: landscape) {
  .action {
    margin-bottom: 9.25926vh;
    margin-right: 6.25rem;
  }
}

.actionBtn {
  z-index: 0;
}

.actionBtn:not(.\-\-xs) {
  height: 3.75rem;
  width: 14.375rem;
}

.actionBtn.\-\-xs {
  height: 2.0625rem;
  width: 6.75rem;
}

.actionBtn.\-\-check::before {
  content: "";
  display: block;
  height: 1.5rem;
  margin-right: 0.3125rem;
  pointer-events: none;
  width: 1.5rem;
}

.actionBtn.\-\-check.act::before {
  background: url("/cs/javax.faces.resource/assets/img/home/icon_eyeopen.svg.xhtml?ln=cons-layout") no-repeat 50%;
  background-size: 100% auto;
}

.actionBtn.\-\-check:not(.act)::before {
  background: url("/cs/javax.faces.resource/assets/img/home/icon_eyeclose.svg.xhtml?ln=cons-layout") no-repeat 50%;
  background-size: 100% auto;
}

.actionBtn.\-\-start.act,
.actionBtn.\-\-start:not(.act) {
  background: url("/cs/javax.faces.resource/assets/img/common/bgBtn.png.xhtml?ln=cons-layout") no-repeat 50%;
  background-size: 100% auto;
}

.actionBtn.\-\-start::before {
  background: url("/cs/javax.faces.resource/assets/img/home/icon_start.svg.xhtml?ln=cons-layout") no-repeat 50%;
  background-size: 100% auto;
  content: "";
  height: 2.75rem;
  left: 50%;
  margin-left: 3.5rem;
  margin-top: -0.75rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.125rem;
}

.actionBtn > svg {
  z-index: -1;
}

.idxBtn {
  --text-opacity: 1;

  color: #1f323a;
  color: rgba(31, 50, 58, var(--text-opacity));
  -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);
}

.idxBtn.\-\-sm {
  width: 12.75rem;
}

.idxBtn svg {
  fill: #7a7f83;
  opacity: 0.3;
  -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);
}

.idxBtn.act {
  --text-opacity: 1;

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

.idxBtn.act svg {
  fill: #0071b6;
  opacity: 1;
}

@media (min-width: 1001px) and (orientation: landscape) {
  .idxBtn:not(.act):hover svg {
    fill: #0071b6;
    opacity: 0.5;
  }
}

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

  .idxBtn.\-\-lg {
    width: 19.75rem;
  }

  .idxBtn.\-\-md {
    width: 15rem;
  }
}

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

  .idxBtn.\-\-md {
    height: 1.875rem;
    width: 7.5rem;
  }
}

.popup .mBoxBd::after,
.popup .mBoxBd::before,
.popup::after,
.popup::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  pointer-events: none;
  position: absolute;
}

.popup.\-\-1::before {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_crutch.svg.xhtml?ln=cons-layout");
}

.popup.\-\-1::after {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_heat.svg.xhtml?ln=cons-layout");
}

.popup.\-\-1 .mBoxBd::before {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_hourglass.svg.xhtml?ln=cons-layout");
}

.popup.\-\-1 .mBoxBd::after {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_pack.svg.xhtml?ln=cons-layout");
}

.popup.\-\-2::before {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_money.svg.xhtml?ln=cons-layout");
}

.popup.\-\-2::after {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_house.svg.xhtml?ln=cons-layout");
}

.popup.\-\-2 .mBoxBd::before {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_piggy.svg.xhtml?ln=cons-layout");
}

.popup.\-\-3::before {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_spyglass.svg.xhtml?ln=cons-layout");
}

.popup.\-\-3::after {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_pill.svg.xhtml?ln=cons-layout");
}

.popup.\-\-3 .mBoxBd::before {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_books.svg.xhtml?ln=cons-layout");
}

.popup.\-\-4::before {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_rainbow.svg.xhtml?ln=cons-layout");
}

.popup.\-\-4::after {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_equality.svg.xhtml?ln=cons-layout");
}

.popup.\-\-5::before {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_kite.svg.xhtml?ln=cons-layout");
}

.popup.\-\-5::after {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_city.svg.xhtml?ln=cons-layout");
}

.popup.\-\-6::before {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_order.svg.xhtml?ln=cons-layout");
}

.popup.\-\-7::before {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_hold.svg.xhtml?ln=cons-layout");
}

.popup.\-\-7::after {
  background-image: url("/cs/javax.faces.resource/assets/img/home/icon_palette.svg.xhtml?ln=cons-layout");
}

@media (min-width: 1001px) and (orientation: landscape) {
  .popup.\-\-1 .mBoxBd::after,
  .popup.\-\-1::after,
  .popup.\-\-1::before {
    height: 4.375rem;
    width: 4.375rem;
  }

  .popup.\-\-1::before {
    right: -1.75rem;
    top: 4rem;
  }

  .popup.\-\-1::after {
    left: -1.625rem;
    top: 5.625rem;
  }

  .popup.\-\-1 .mBoxBd::before {
    bottom: -2.5rem;
    height: 8.75rem;
    right: -0.625rem;
    width: 9.375rem;
  }

  .popup.\-\-1 .mBoxBd::after {
    left: 4.5rem;
    top: -1.375rem;
  }

  .popup.\-\-2::before {
    height: 4.6875rem;
    right: 0.5rem;
    top: -2rem;
    width: 6.25rem;
  }

  .popup.\-\-2::after {
    bottom: -2rem;
    height: 11.875rem;
    left: -2rem;
    width: 11.5625rem;
  }

  .popup.\-\-2 .mBoxBd::before {
    bottom: 0;
    height: 4.6875rem;
    right: 2.75rem;
    width: 5.625rem;
  }

  .popup.\-\-3::before {
    height: 6.875rem;
    left: -7.5rem;
    top: 2.75rem;
    width: 15.25rem;
  }

  .popup.\-\-3::after {
    height: 3.75rem;
    right: -2.125rem;
    top: 8rem;
    width: 3.75rem;
  }

  .popup.\-\-3 .mBoxBd::before {
    bottom: -0.75rem;
    height: 7.75rem;
    right: 4.25rem;
    width: 7.75rem;
  }

  .popup.\-\-4::before {
    height: 2.75rem;
    right: -2rem;
    top: 0.75rem;
    width: 12.75rem;
  }

  .popup.\-\-4::after {
    bottom: -0.625rem;
    height: 7.5rem;
    left: 1.5rem;
    width: 8.125rem;
  }

  .popup.\-\-5::before {
    height: 2.75rem;
    left: -0.5rem;
    top: 2.5rem;
    width: 7rem;
  }

  .popup.\-\-5::after {
    bottom: -1.125rem;
    height: 7.175rem;
    right: -0.625rem;
    width: 10.25rem;
  }

  .popup.\-\-6::before {
    height: 8.75rem;
    left: -1.125rem;
    top: -2.5rem;
    width: 10rem;
  }

  .popup.\-\-7::before {
    height: 6rem;
    left: -1.25rem;
    top: -1rem;
    width: 12.5rem;
  }

  .popup.\-\-7::after {
    height: 4.25rem;
    right: 1.625rem;
    top: -1.625rem;
    width: 4.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) {
  .popup.\-\-1 .mBoxBd::after,
  .popup.\-\-1::after,
  .popup.\-\-1::before {
    height: 3.28125rem;
    width: 3.28125rem;
  }

  .popup.\-\-1::before {
    right: -1.3125rem;
    top: 3rem;
  }

  .popup.\-\-1::after {
    left: -1.21875rem;
    top: 4.21875rem;
  }

  .popup.\-\-1 .mBoxBd::before {
    bottom: -1.875rem;
    height: 6.5625rem;
    right: -0.46875rem;
    width: 7.03125rem;
  }

  .popup.\-\-1 .mBoxBd::after {
    left: 3.375rem;
    top: -1.03125rem;
  }

  .popup.\-\-2::before {
    height: 3.51563rem;
    right: 0.375rem;
    top: -1.5rem;
    width: 4.6875rem;
  }

  .popup.\-\-2::after {
    bottom: -1.5rem;
    height: 8.90625rem;
    left: -1.5rem;
    width: 8.67188rem;
  }

  .popup.\-\-2 .mBoxBd::before {
    bottom: 0;
    height: 3.51563rem;
    right: 2.0625rem;
    width: 4.21875rem;
  }

  .popup.\-\-3::before {
    height: 5.15625rem;
    left: -5.625rem;
    top: 2.0625rem;
    width: 11.4375rem;
  }

  .popup.\-\-3::after {
    height: 2.8125rem;
    right: -1.59375rem;
    top: 6rem;
    width: 2.8125rem;
  }

  .popup.\-\-3 .mBoxBd::before {
    bottom: -0.5625rem;
    height: 5.8125rem;
    right: 3.1875rem;
    width: 5.8125rem;
  }

  .popup.\-\-4::before {
    height: 2.0625rem;
    right: -1.5rem;
    top: 0.5625rem;
    width: 9.5625rem;
  }

  .popup.\-\-4::after {
    bottom: -0.46875rem;
    height: 5.625rem;
    left: 1.125rem;
    width: 6.09375rem;
  }

  .popup.\-\-5::before {
    height: 2.0625rem;
    left: -0.375rem;
    top: 1.875rem;
    width: 5.25rem;
  }

  .popup.\-\-5::after {
    bottom: -0.84375rem;
    height: 6.5625rem;
    right: -0.46875rem;
    width: 9.375rem;
  }

  .popup.\-\-6::before {
    height: 6.5625rem;
    left: -0.84375rem;
    top: -1.875rem;
    width: 7.5rem;
  }

  .popup.\-\-7::before {
    height: 4.5rem;
    left: -0.9375rem;
    top: -0.75rem;
    width: 9.375rem;
  }

  .popup.\-\-7::after {
    height: 3.1875rem;
    right: 1.21875rem;
    top: -1.21875rem;
    width: 3.5625rem;
  }
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .popup.\-\-1 .mBoxBd::after,
  .popup.\-\-1::after,
  .popup.\-\-1::before {
    height: 3.125rem;
    width: 3.125rem;
  }

  .popup.\-\-1::before {
    right: -0.875rem;
    top: 1.25rem;
  }

  .popup.\-\-1::after {
    left: -0.875rem;
    top: 1.75rem;
  }

  .popup.\-\-1 .mBoxBd::before {
    bottom: -2.125rem;
    height: 6.25rem;
    right: 0;
    width: 6.75rem;
  }

  .popup.\-\-1 .mBoxBd::after {
    left: 3.75rem;
    top: -1rem;
  }

  .popup.\-\-2::before {
    height: 3.4375rem;
    right: -0.875rem;
    top: -0.8125rem;
    width: 4.5625rem;
  }

  .popup.\-\-2::after {
    bottom: -3.125rem;
    height: 7.5rem;
    left: -0.875rem;
    width: 7.3125rem;
  }

  .popup.\-\-2 .mBoxBd::before {
    bottom: 0;
    height: 3.4375rem;
    right: 0.875rem;
    width: 4.125rem;
  }

  .popup.\-\-3::before {
    height: 3.9375rem;
    left: -0.875rem;
    top: -2.25rem;
    width: 8.75rem;
  }

  .popup.\-\-3::after {
    height: 2.5rem;
    right: -0.875rem;
    top: 0.625rem;
    width: 2.5rem;
  }

  .popup.\-\-3 .mBoxBd::before {
    bottom: -2.5rem;
    height: 6.25rem;
    right: 0;
    width: 6.25rem;
  }

  .popup.\-\-4::before {
    height: 1.375rem;
    right: -1rem;
    top: 0.375rem;
    width: 6.375rem;
  }

  .popup.\-\-4::after {
    bottom: -0.3125rem;
    height: 3.75rem;
    left: 0.75rem;
    width: 4.0625rem;
  }

  .popup.\-\-5::before {
    height: 1.375rem;
    left: -0.25rem;
    top: 1.25rem;
    width: 3.5rem;
  }

  .popup.\-\-5::after {
    bottom: -0.5625rem;
    height: 4.375rem;
    right: -0.3125rem;
    width: 6.25rem;
  }

  .popup.\-\-6::before {
    height: 4.375rem;
    left: -0.5625rem;
    top: -1.25rem;
    width: 5rem;
  }

  .popup.\-\-7::before {
    height: 3rem;
    left: -0.625rem;
    top: -0.5rem;
    width: 6.25rem;
  }

  .popup.\-\-7::after {
    height: 2.125rem;
    right: 0.8125rem;
    top: -0.8125rem;
    width: 2.375rem;
  }
}

.tabBtn {
  line-height: 1.2;
}

.tabBd > ul {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.tabItem:not(.act) .tabBtn {
  background: url("/cs/javax.faces.resource/assets/img/home/tab_grey.svg.xhtml?ln=cons-layout") no-repeat 50%;
  background-size: auto 100%;
}

.tabItem.act .tabBtn {
  --text-opacity: 1;

  background: url("/cs/javax.faces.resource/assets/img/home/tab_blue.svg.xhtml?ln=cons-layout") no-repeat 50%;
  background-size: auto 100%;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

@media (max-width: 739px),
  (max-width: 999px) and (max-height: 428px) and (orientation: landscape) {
  .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;
  }
}
