@charset "UTF-8";
/* *****************************************/

/*    css
/*    V 20241112
/*        by AuOzzy
/******************************************/

/* ↓↓↓ ***** bootstrap reboot ***** ↓↓↓ */

/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans",
    "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* ↑↑↑ ***** bootstrap reboot ***** ↑↑↑ */

/* ↓↓↓ ***** RESET START ***** ↓↓↓ */

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  text-decoration: none;
}

img {
  display: block;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ↑↑↑ ***** RESET END ***** ↑↑↑ */

/* ↓↓↓ ***** ROOT START ***** ↓↓↓ */

:root {
  --body-width: 100%;
  --container-width: 90.625%;
}

@media (max-width: 1920px) {
  :root {
    --body-width: clamp(375px, 100%, 540px);
    --container-width: 91.4666666667%;
  }
}

:root {
  --Gray-01: #1a1a1a;
  --Gray-02: #333333;
  --Gray-03: #cccccc;
  --Gray-04: #e5e5e5;
  --Gray-05: #f6f6f6;
  --Gray-06: #ffffff;
  --dark-blue: #3046b6;
  --light-blue: #c4f1ff;
  --medium-blue: #82a4e4;
  --deep-blue: #063478;
  --common-blue: #4368c8;
  --auxiliary-color-1: #04be02;
  --auxiliary-color-2: #ea4e3d;
  --auxiliary-color-3: #ffaa09;
  --status-color-1: #3bac66;
  --status-color-2: #ffaa09;
  --status-color-3: #ea4f3d;
  --theme-color: #c4d8ff;
  --primary-color: #c4d8ff;
  --secondary-color: #d8d8d8;
  --light-color: #666666;
  --border-color: #333333;
  --background-color: #000000;
  --panel-color: #222222;
  --primary-button-text-color: #7ff800;
  --light-green: #c5e2d2;
  --medium-green: #71b394;
  --highlight-yellow: #f9fd4e;
  --text-highlight: #866638;
  --text-highlight2: #ff6f54;
  --text-highlight3: #fffe8f;
}

/* ↑↑↑ ***** ROOT END ***** ↑↑↑ */

/* ↓↓↓ ***** FONT START ***** ↓↓↓ */

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter-Regular.ttf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter-Medium.ttf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter-SemiBold.ttf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter-Bold.ttf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter-Black.ttf") format("opentype");
  font-weight: 900;
}

body {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 400;
  color: #686868;
}

.txt-Gray-01 {
  color: #1a1a1a;
}

.txt-Gray-02 {
  color: #333333;
}

.txt-Gray-03 {
  color: #cccccc;
}

.txt-Gray-04 {
  color: #e5e5e5;
}

.txt-Gray-05 {
  color: #f6f6f6;
}

.txt-Gray-06 {
  color: #ffffff;
}

.txt-dark-blue {
  color: #3046b6;
}

.txt-light-blue {
  color: #c4f1ff;
}

.txt-medium-blue {
  color: #82a4e4;
}

.txt-deep-blue {
  color: #063478;
}

.txt-common-blue {
  color: #4368c8;
}

.txt-auxiliary-color-1 {
  color: #04be02;
}

.txt-auxiliary-color-2 {
  color: #ea4e3d;
}

.txt-auxiliary-color-3 {
  color: #ffaa09;
}

.txt-status-color-1 {
  color: #3bac66;
}

.txt-status-color-2 {
  color: #ffaa09;
}

.txt-status-color-3 {
  color: #ea4f3d;
}

.txt-theme-color {
  color: #c4d8ff;
}

.txt-primary-color {
  color: #c4d8ff;
}

.txt-secondary-color {
  color: #d8d8d8;
}

.txt-light-color {
  color: #666666;
}

.txt-border-color {
  color: #333333;
}

.txt-background-color {
  color: #000000;
}

.txt-panel-color {
  color: #222222;
}

.txt-primary-button-text-color {
  color: #7ff800;
}

.txt-light-green {
  color: #c5e2d2;
}

.txt-medium-green {
  color: #71b394;
}

.txt-highlight-yellow {
  color: #f9fd4e;
}

.txt-text-highlight {
  color: #866638;
}

.txt-text-highlight2 {
  color: #ff6f54;
}

.txt-text-highlight3 {
  color: #fffe8f;
}

/* ↑↑↑ ***** FONT END ***** ↑↑↑ */

/* ↓↓↓ ***** COMMON START ***** ↓↓↓ */

html,
body {
  width: 100dvw;
  height: 100dvh;
  height: var(--app-height);
  overflow: hidden;
}

html {
  background-image: url("../images/pcbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}

@media screen and (max-width: 475px) {
  html {
    height: 100%;
    /* height: calc(var(--vh, 100vh)); */
    height: var(--app-height);
    overflow: hidden;
  }
}

body {
  position: relative;
  width: 55vh;
  min-height: 100dvh;
  margin: auto;
  color: #333;
  box-shadow: rgb(20 29 111) 0px 0px 15px 2px;
  display: flex;
  justify-content: center;
}

#app {
  display: flex;
  justify-content: center;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: currentColor;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* ↑↑↑ ***** COMMON END ***** ↑↑↑ */

/* ↓↓↓ ***** COMPONENT START ***** ↓↓↓ */

.tw_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
  color: var(--common-blue);
  font-weight: 600;
  line-height: 1;
  -webkit-transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border 0.3s ease-in-out,
    text-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border 0.3s ease-in-out,
    text-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition:
    background-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border 0.3s ease-in-out,
    text-shadow 0.3s ease-in-out;
  transition:
    background-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border 0.3s ease-in-out,
    text-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}

.tw_btn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.tw_btn .tw_img {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition:
    filter 0.3s ease-in-out,
    -webkit-filter 0.3s ease-in-out;
}

.tw_btn:hover .tw_img {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}

.tw_btn:active {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.tw_btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at calc(var(--x) * 1px) calc(var(--y) * 1px),
      hsla(0, 0%, 100%, 0.8),
      transparent 5vmin
    ),
    transparent;
  background-attachment: fixed;
  pointer-events: none;
  border-radius: 80px;
  padding: 5px;
  -webkit-mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.tw_btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at calc(var(--x) * 1px) calc(var(--y) * 1px),
    hsla(0, 0%, 100%, 0.3),
    transparent 5vmin
  );
  background-attachment: fixed;
  opacity: var(--active, 0);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  border-radius: 80px;
}

.tw_btn:hover {
  --active: 1;
  text-decoration: none;
}

.tw_btn-icon-prepend .icon,
.tw_btn-icon-append .icon {
  width: 20px;
  height: 20px;
}

.tw_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tw_img img {
  aspect-ratio: var(--w) / var(--h);
  -webkit-transition:
    opacity 0.3s ease-in-out,
    -webkit-filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition:
    opacity 0.3s ease-in-out,
    -webkit-filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition:
    opacity 0.3s ease-in-out,
    filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition:
    opacity 0.3s ease-in-out,
    filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87),
    -webkit-filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
}

.js-hover .tw_img .default {
  opacity: 0;
}

.tw_img .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.js-hover .tw_img .hover {
  opacity: 1;
}

/* ↑↑↑ ***** COMPONENT END ***** ↑↑↑ */

/* ↓↓↓ ***** KEYFRAMES START ***** ↓↓↓ */

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes shake-83a4f386 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes shake-83a4f386 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* ↑↑↑ ***** KEYFRAMES END ***** ↑↑↑ */

/* ↓↓↓ ***** LAYOUT START ***** ↓↓↓ */

.body_wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/* ↑↑↑ ***** LAYOUT END ***** ↑↑↑ */

/* animate.css - https://animate.style/ */

/* ↓↓↓ ***** ENTRY START ***** ↓↓↓ */

.main-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.main-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-bg-web {
  display: block;
}

@media (max-width: 1920px) {
  .main-bg-web {
    display: none;
  }
}

.main-bg-wap {
  display: none;
}

@media (max-width: 1920px) {
  .main-bg-wap {
    display: block;
  }

  .main-bg-wap img {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.game-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  aspect-ratio: 1348/830;
  height: 78%;
}

@media (max-width: 1920px) {
  body {
    width: var(--body-width);
  }

  .game-wrap {
    width: 90%;
    height: auto;
    aspect-ratio: 750/1149;
    z-index: 999;
  }
}

.head {
  width: 100%;
  height: 3.5vw;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 999;
}

.head .logo {
  width: 16.3025vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.head .logo img {
  width: 100%;
}

.head .lbtn {
  display: flex;
  align-items: center;
  width: 6vw;
  height: 2.7vw;
  background-image: url(../images/Lbtn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: -20px;
}

.head .lbtn:hover {
  background-image: url(../images/Lbtn_a.png);
}

.head .rbtn {
  display: flex;
  align-items: center;
  width: 6vw;
  height: 2.7vw;
  background-image: url(../images/Rbtn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: -20px;
}

.head .rbtn:hover {
  background-image: url(../images/Rbtn_a.png);
}

.bottom {
  width: 100%;
  height: 8vh;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  z-index: 999;
  background-image: url("../images/bottombg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}

.bottom .menu {
  width: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5px;
}

.bottom .menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5vh;
  width: 25%;
  margin: 0 0;
  flex-direction: column;
}

.bottom .menu a .icon {
  display: block;
  width: 4vh;
  height: 4vh;
  margin-left: 0;
}

.bottom .menu a .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #c3c3c3;
  font-size: 0.8vw;
  font-weight: 500;
}

.bottom .menu a:hover .text {
  color: #44392a;
}

.bottom .menu a.m01 .icon {
  background: url(../images/micon01.png) no-repeat center center;
  background-size: contain;
}

.bottom .menu a.m02 .icon {
  background: url(../images/micon02.png) no-repeat center center;
  background-size: contain;
}

.bottom .menu a.m03 .icon {
  background: url(../images/micon03.png) no-repeat center center;
  background-size: contain;
}

.bottom .menu a.m04 .icon {
  background: url(../images/micon04.png) no-repeat center center;
  background-size: contain;
}

.bottom .menu a .icon:hover {
  filter: brightness(0.9);
}

/* .bottom .menu a.m01:hover .icon {
    	background: url(../images/micon01a.png) no-repeat center center;
		background-size: contain;
	}

	.bottom .menu a.m02:hover .icon {
    	background: url(../images/micon02a.png) no-repeat center center;
		background-size: contain;
	}

	.bottom .menu a.m03:hover .icon {
    	background: url(../images/micon03a.png) no-repeat center center;
		background-size: contain;
	}

	.bottom .menu a.m04:hover .icon {
    	background: url(../images/micon04a.png) no-repeat center center;
		background-size: contain;
	} */

footer {
  position: absolute;
  width: 100%;
  height: 4vw;
  bottom: 66px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(3vw, 12px);
  color: #fff;
  line-height: 1vw;
  text-shadow: 0px 2px 4px #032069;
}

.game-wrap-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.game-wrap-bg-wap {
  display: block;
}

.game-wrap-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.game-block {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2.6%;
  width: 87.3333333333%;
  height: 82%;
}

@media (max-width: 1920px) {
  .game-block {
    top: 2.5239338555%;
    width: 87.3333333333%;
    height: 84.8563968668%;
  }
}

.game-btn {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, 75%);
  -ms-transform: translate(-50%, 75%);
  transform: translate(-50%, 75%);
  width: 30.6946688207%;
  aspect-ratio: 342/96;
  cursor: pointer;
}

.game-btn:hover img {
  -webkit-filter: saturate(1.2);
  filter: saturate(1.2);
}

.game-btn:active img {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

@media (max-width: 1920px) {
  .game-btn {
    width: 40%;
    -webkit-transform: translate(-50%, 310%);
    -ms-transform: translate(-50%, 310%);
    transform: translate(-50%, 310%);
    top: 50%;
  }

  .game-btn .default {
    opacity: 0;
  }

  .game-btn .hover {
    opacity: 1;
  }
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(7, minmax(0, 1fr));
  grid-template-areas: "a01 a02 a03 a04" "a18 a00 a00 a05" "a17 a00 a00 a06" "a16 a00 a00 a07" "a15 a00 a00 a08" "a14 a00 a00 a09" "a13 a12 a11 a10";
  gap: 8px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1920px) {
  .grid-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(7, minmax(0, 1fr));
    grid-template-areas: "a01 a02 a03 a04" "a18 a00 a00 a05" "a17 a00 a00 a06" "a16 a00 a00 a07" "a15 a00 a00 a08" "a14 a00 a00 a09" "a13 a12 a11 a10";
  }
}

.grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  /* aspect-ratio: 380/240;*/
  background-color: #fff;
  background-image: url(../images/grid/grid-mobile.png);
  background-size: cover;
  border-radius: 8px;
}

.grid-item:nth-child(1) {
  grid-area: a01;
}

.grid-item:nth-child(2) {
  grid-area: a02;
}

.grid-item:nth-child(3) {
  grid-area: a03;
}

.grid-item:nth-child(4) {
  grid-area: a04;
}

.grid-item:nth-child(5) {
  grid-area: a05;
}

.grid-item:nth-child(6) {
  grid-area: a06;
}

.grid-item:nth-child(7) {
  grid-area: a07;
}

.grid-item:nth-child(8) {
  grid-area: a08;
}

.grid-item:nth-child(9) {
  grid-area: a09;
}

.grid-item:nth-child(10) {
  grid-area: a10;
}

.grid-item:nth-child(11) {
  grid-area: a11;
}

.grid-item:nth-child(12) {
  grid-area: a12;
}

.grid-item:nth-child(13) {
  grid-area: a13;
}

.grid-item:nth-child(14) {
  grid-area: a14;
}

.grid-item:nth-child(15) {
  grid-area: a15;
}

.grid-item:nth-child(16) {
  grid-area: a16;
}

.grid-item:nth-child(17) {
  grid-area: a17;
}

.grid-item:nth-child(18) {
  grid-area: a18;
}

.grid-item.active {
  background-image: url(../images/grid/grid-active-mobile.png);
}

@media (max-width: 1920px) {
  .grid-item {
    aspect-ratio: 316/264;
    background-image: url(../images/grid/grid-mobile.png);
  }

  .grid-item.active {
    background-image: url(../images/grid/grid-active-mobile.png);
  }
}

.grid-item-pic {
  display: block;
  width: 39.5480225989%;
}

.grid-item-pic img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-item-name {
  font-size: 0.5vw;
}

@media (max-width: 1920px) {
  .grid-item-name {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .grid-item-name {
    font-size: min(2.5vw, 12px);
  }
}

.game-time {
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 1920px) {
  .game-time {
    width: 80%;
    bottom: 4.5%;
  }
}

.game-time-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1314/116;
}

.game-time .timeoff {
  font-size: 0.6vw;
}

.game-time-inner .icon {
  width: 0.7vw;
  aspect-ratio: 28/32;
  margin-right: 5px;
}

@media (max-width: 1920px) {
  .game-time .timeoff {
    font-size: min(2.8vw, 15px);
  }

  .game-time-inner .icon {
    width: 16px;
    margin-right: 8px;
  }
}

.game-time-inner .title {
  color: #fff;
  font-weight: 700;
  font-size: 0.6vw;
}

@media (max-width: 1920px) {
  .game-time-inner .title {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .game-time-inner .title {
    font-size: min(2.8vw, 12px);
  }
}

.game-time-inner .time {
  color: yellow;
  font-weight: 700;
  font-size: 0.6vw;
}

@media (max-width: 1920px) {
  .game-time-inner .time {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .game-time-inner .time {
    font-size: min(2.5vw, 12px);
  }
}

.popup {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.popup.show {
  opacity: 1;
}

.popup-inner {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: var(--body-width);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.popup-block {
  position: relative;
  z-index: 2;
}

.popup-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-hd .title {
  font-weight: 600;
  margin: 0 auto;
}

.popup-hd .title img {
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.popup-hd .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition:
    color 0.2s,
    background-color 0.2s;
  transition:
    color 0.2s,
    background-color 0.2s;
}

.popup-hd .close:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.88);
}

.popup-hd .close path {
  fill: currentColor;
}

.popup-login {
  width: 520px;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 1920px) {
  .popup-login {
    width: 90%;
  }
}

.popup-res {
  width: min(41.6666666667vw, 800px);
  aspect-ratio: 1284/1074;
  background-image: url(../images/res-9db13f62.png);
  background-size: cover;
}

@media (max-width: 1920px) {
  .popup-res {
    width: 90%;
  }
}

.popup-res-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 48.2866043614% 11.9937694704% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-res-inner .res-img {
  width: 100px;
}

@media (max-width: 1920px) {
  .popup-res-inner .res-img {
    width: 75px;
  }
}

@media (max-width: 576px) {
  .popup-res-inner .res-img {
    width: 60px;
  }
}

.popup-res-inner .res-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 700;
  font-size: 1.2rem;
}

.popup-res-inner .res-txt-name {
  color: #ff9800;
  font-size: 2rem;
}

@media (max-width: 1920px) {
  .popup-res-inner .res-txt {
    font-size: 0.75rem;
  }

  .popup-res-inner .res-txt-name {
    font-size: 1rem;
  }
}

.popup-res-inner .res-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 76.0124610592%;
  aspect-ratio: 976/158;
  background-image: url(../images/btn-img.png);
  background-size: cover;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 1920px) {
  .popup-res-inner .res-btn {
    width: 50%;
    font-size: 14px;
  }
}

.popup-record {
  position: relative;
  width: min(31.25vw, 600px);
  aspect-ratio: 1276/1636;
  position: relative;
  width: 22%;
  background-image: url(../images/record.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  /*height: 75%;*/
  margin-bottom: 40px;
}

.popup-record .close {
  position: absolute;
  top: 5rem;
  right: 1rem;
  width: 2.7rem;
  height: 2.7rem;
}

.popup-record .close:hover {
  background-color: rgba(0, 0, 0, 0);
}

.popup-record .close img {
  width: 100%;
}

.popup-record2 .close {
  position: absolute;
  top: -0.8rem;
  right: 1rem;
  width: 2.7rem;
  height: 2.7rem;
}

.popup-record2 .close:hover {
  background-color: rgba(0, 0, 0, 0);
}

.popup-record2 .close img {
  width: 100%;
}

@media (max-width: 1920px) {
  .popup-record {
    width: 100%;
  }
}

.popup-record-inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  /* width: 90.5172413793%; */
  /* aspect-ratio: 1155/935; */
  width: calc(93% - 50px);
  height: auto;
}

.popup-record-inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1155/114;
  margin-bottom: 1.2539184953%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.query-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #0080f8;
  border-radius: 8px;
  height: 2vw;
  margin-bottom: 1.2539184953%;
}

.query-box-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 0 0 0 8px;
}

.query-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 8px 8px 0;
  padding: 0 16px;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  background: linear-gradient(310deg, #21b5ff 0%, #0084ff 100%);
  background: -webkit-linear-gradient(307deg, #0084ff 0%, #21b5ff 100%);
}

.record-table {
  width: 100%;
  height: calc(85.4231974922% - 45px);
  border: 1px solid #0080f8;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0.875rem;
}

.record-table-row {
  /* display: grid;
  grid-template-columns: 1fr 1fr 100px; */
}

.record-table-hd {
  background: linear-gradient(310deg, #21b5ff 0%, #0084ff 100%);
  background: -webkit-linear-gradient(307deg, #0084ff 0%, #21b5ff 100%);
  color: #fff;
}

.record-table-hd .record-table-row {
  padding-right: 16px;
}

.record-table-bd {
  height: calc(100% - 30px);
  overflow-y: auto;
}

.record-table-bd .record-table-row:nth-child(even) {
  background-color: #0084ff;
}

.record-table-cell {
  padding: 0.5rem 0.25rem;
  text-align: center;
}

/*** 說明 ***/

.popup-record2 {
  position: relative;
  aspect-ratio: 540/755;
  position: relative;
  width: 22%;
  background-image: url("../images/direbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  /*height: 75%;
    margin-bottom: 40px;*/
}

.popup-record-inner2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 17%;
  width: 85%;
  height: 74%;
  overflow-y: scroll;
  scrollbar-width: none;
}

.popup-record-inner2::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.lightbox_content {
  width: 85%;
  margin: 0 auto 0 auto;
  text-align: left;
  padding: 0;
  /*transform: translateX(5px);*/
}

.lightbox_content h3 {
  color: #fbf544;
  margin: 1vw 0 0.2vw 0;
  font-size: 1.3rem;
}

.lightbox_content p {
  line-height: 1.5rem;
  margin: 0;
  color: #bec7d0;
  font-size: 1rem;
}

.lightbox_content table {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin: 0.5vw 0;
  text-align: center;
  font-size: 1rem;
  border-collapse: collapse;
}

.lightbox_content table tbody {
  border-radius: 8px;
  border: 1px solid #62441b;
}

.lightbox_content table tr:nth-of-type(1) {
}

.lightbox_content table tr td {
  padding: 5px 2px;
  color: #666666;
  border: 1px solid #62441b;
}

.lightbox_content table tr:nth-of-type(1) td {
  color: #62441b;
}

.lightbox_content table tr td.red {
  color: #e30000;
}

.popup-welcome {
  width: 500px;
}

@media (max-width: 1920px) {
  .popup-welcome {
    width: 90%;
  }

  .popup-record,
  .popup-record2 {
    width: 100%;
  }

  .query-box {
    height: 40px;
  }
}

.popup-welcome-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.popup-welcome .bg {
  width: 100%;
  aspect-ratio: 626/513;
  background-image: url(../images/welcome.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.popup-welcome .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 76.0124610592%;
  aspect-ratio: 976/158;
  background-image: url(../images/btn-img.png);
  background-size: cover;
  color: #fff77d;
  font-weight: 700;
  font-size: 25px;
  cursor: pointer;
  line-height: 1vw;
  background-repeat: no-repeat;
}

.alert {
  position: fixed;
  top: 8px;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 8px;
  top: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.alert.show {
  top: 8px;
}

.alert.success .icon.success {
  display: block;
}

.alert.error .icon.error {
  display: block;
}

.alert .icon {
  display: none;
}

.alert .icon.success {
  color: #52c41a;
}

.alert .icon.error {
  color: #ff4d4f;
}

.alert-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.login-frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  font-size: 0.875rem;
}

.frm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.frm-row:last-of-type {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1920px) {
  .frm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .frm-row:last-of-type {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.frm-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  min-height: 32px;
}

.frm-label:before {
  content: "*";
  display: inline-block;
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
}

.frm-label:after {
  content: ":";
  position: relative;
  margin-block: 0;
  -webkit-margin-start: 2px;
  margin-inline-start: 2px;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}

.frm-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.frm-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  padding: 0 11px;
  min-height: 32px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.frm-input:hover {
  border-color: #4096ff;
}

.frm-input:focus {
  border-color: #4096ff;
  -webkit-box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
  border-inline-end-width: 1px;
  outline: 0;
}

.frm-input.error {
  border-color: #ff4d4f;
}

.frm-input.error:focus {
  border-color: #ffa39e;
}

.frm-btn {
  font-size: 14px;
  height: 32px;
  padding: 4px 15px;
  border-radius: 6px;
  color: #fff;
  background-color: #1677ff;
  color: #000;
  background-color: #d1ae52;
  -webkit-box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
  border: 1px solid transparent;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
svg {
  color: #fff;
}

.frm-btn:hover {
  color: #fff;
  background-color: #4096ff;
}

.frm-btn:hover {
  color: #d1ae52;
  background-color: #000;
  border: 1px solid #d1ae52;
}

.frm-error {
  color: #ff4d4f;
}

.record-img {
  position: fixed;
  bottom: 5vh;
  right: 4px;
  width: 120px;
  z-index: 99;
  cursor: pointer;
  -webkit-animation: shake-83a4f386 1s infinite;
  animation: shake-83a4f386 1s infinite;
}

@media (max-width: 1920px) {
  .record-img {
    width: 85px;
  }
}

.play-img {
  position: fixed;
  top: 5vh;
  right: 4px;
  z-index: 99;
  width: 100px;
  cursor: pointer;
}

.play-img.rounding {
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
}

@media (max-width: 1920px) {
  .play-img {
    width: 70px;
  }
}

/* ↑↑↑ ***** ENTRY END ***** ↑↑↑ */

/*# sourceMappingURL=style.css.map */

.result .table-box {
  width: 100%;
  border: 1px solid #0080f8;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0.875rem;
}

.result table th {
  padding: 0.4rem 0.25rem;
  white-space: nowrap;
}

.result table td {
  text-align: center;
  padding: 0.3rem 0.2rem;
}

.result table .table-tr {
  background: linear-gradient(180deg, #0e4ae8 0%, #002ea6 100%);
  background: -webkit-linear-gradient(270deg, #0e4ae8 0%, #002ea6 100%);
  color: #fff;
  text-align: center;
}

.result table tr:nth-child(even) {
  background-color: #fff;
}

.result table tr:nth-child(odd) {
  background-color: #f9df97;
}

@media (max-width: 1920px) and (max-height: 900px) {
  .head {
    height: 3.5rem;
  }

  .head .lbtn {
    width: 5.5rem;
    height: 3rem;
    margin-right: 0;
  }

  .head .rbtn {
    width: 5.5rem;
    height: 3rem;
    margin-left: 0;
  }

  .game-wrap {
    width: 78%;
  }

  .game-time .timeoff {
    font-size: 0.8rem;
  }

  .game-time-inner .title {
    font-size: 0.8rem;
  }

  .game-time-inner .time {
    font-size: 0.8rem;
  }

  footer {
    height: 4vw;
    bottom: 3rem;
    font-size: 0.8rem;
  }

  .popup-record,
  .popup-record2 {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .bottom {
    width: 100%;
    height: 10vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 999;
    background-image: url("../images/bottombg_m.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
  }

  .popup-welcome .btn-box {
    font-size: 23px;
  }

  .popup-record .close {
    width: 4.5vh;
    height: 4.5vh;
    top: 3rem;
    right: 0.5rem;
  }

  .popup-record2 .close {
    top: -1.8rem;
    width: 4.5vh;
    height: 4.5vh;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    background-image: url(../images/mbg.jpg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: top;
    background-attachment: fixed;
  }

  .head {
    height: 5rem;
  }

  .head .logo {
    width: 60%;
  }

  .head .lbtn {
    margin-right: -25px;
    width: 7rem;
    height: 4rem;
  }

  .head .rbtn {
    margin-left: -25px;
    width: 7rem;
    height: 4rem;
  }

  .bottom .menu {
    margin-top: 0.5vh;
  }

  .bottom .menu a {
    height: 8vh;
  }

  .bottom .menu a .icon {
    width: 6vw;
    height: 5vw;
  }

  .bottom .menu a .text {
    font-size: 2.5vw;
  }

  footer {
    bottom: 16vh;
    font-size: 2.5vw;
    padding: 0 2.2vh;
    height: 5vh;
    line-height: 2.5vh;
  }

  .popup-record {
    background-size: 100% auto;
    margin-bottom: 20vw;
  }
}

@media (max-height: 740px) {
  footer {
    bottom: 10.5vh;
    font-size: 2.6vw;
    padding: 0;
  }

  .popup-record2 {
    scale: 90%;
  }
}

@media (max-width: 1700px) and (max-height: 745px) {
  .game-wrap {
    width: 53vh;
    top: 49%;
  }

  .grid-item-name {
    font-size: 1.4vh;
  }

  .game-time .timeoff {
    font-size: 0.7rem;
  }

  .game-time-inner .icon {
    width: 2vh;
    margin-right: 5px;
  }

  .game-time-inner .title {
    font-size: 0.7rem;
  }

  .game-time-inner .time {
    font-size: 0.7rem;
  }

  footer {
    bottom: 6vh;
    font-size: 0.8vw;
  }
}

@media (max-width: 530px) {
  body {
    background-image: url(../images/mbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
  }

  .head {
    height: 3rem;
  }

  .head .logo img {
    width: 65vw;
  }

  .head .lbtn {
    position: absolute;
    width: 21vw;
    height: 13vw;
    left: 2vw;
    top: 1vw;
    margin-left: 0;
    background-size: contain;
  }

  .head .rbtn {
    position: absolute;
    width: 21vw;
    height: 13vw;
    right: 2vw;
    top: 1vw;
    margin-right: 0;
    background-size: contain;
  }

  .game-wrap {
    width: 92%;
  }

  .bottom .menu {
    margin-top: 0.5vh;
  }

  .bottom .menu a {
    height: 8vh;
  }

  .bottom .menu a .icon {
    width: 10.2vw;
    height: 10vw;
  }

  .bottom .menu a .text {
    font-size: 4vw;
  }

  footer {
    height: 3vh;
    bottom: 15vh;
    font-size: 3.3vw;
    line-height: 2vh;
    padding: 0 6.3vh;
  }

  .popup-welcome .btn-box {
    font-size: 4.5vw;
  }

  .popup-record {
    background-size: 100% auto;
    /*height: 100%;*/
    margin-bottom: 15vw;
  }

  .popup-record-inner {
    width: calc(96% - 50px);
  }

  .popup-record2 {
    aspect-ratio: 540/935;
    position: relative;
    width: 100%;
    background-image: url("../images/direbgm.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .lightbox_content {
    width: 90%;
  }

  .popup-record-inner2 {
    top: 16%;
    height: 75%;
  }

  .lightbox_content h3 {
    margin: 3vw 0 0.5vw 0;
    font-size: 1.2rem;
  }

  .lightbox_content p {
    font-size: 0.9rem;
  }

  .lightbox_content table {
    margin: 0.5rem 0;
    font-size: 0.9rem;
  }

  .lightbox_content table tr td {
    padding: 0.2rem 0.4rem;
  }

  .game-time .timeoff {
    font-size: min(2.8vw, 15px);
  }

  .game-time-inner .icon {
    width: 0.8rem;
    margin-right: 0.3rem;
  }

  .game-time-inner .title {
    font-size: min(2.8vw, 12px);
  }

  .game-time-inner .time {
    font-size: min(2.8vw, 12px);
  }
}

@media (max-width: 414px) and (max-height: 823px) {
  footer {
    bottom: 10.5vh;
    font-size: 3vw;
  }
}

@media (max-width: 360px) {
  body {
    width: 100%;
  }
}

@media (max-width: 344px) {
  body {
    width: 100%;
  }

  .popup-record {
    background-size: 95% auto;
  }
}

@media (max-width: 320px) {
  body {
    width: 100%;
  }

  .popup-record {
    background-size: 88% auto;
  }

  .popup-record-inner {
    width: calc(93% - 50px);
    scale: 95%;
    left: 48%;
  }

  .popup-record2 {
    scale: 78%;
  }

  .game-time .timeoff {
    font-size: 0.6rem;
  }

  .game-time-inner .icon {
    width: 0.8rem;
    margin-right: 6px;
  }

  .game-time-inner .title {
    font-size: 0.5rem;
  }

  .game-time-inner .time {
    font-size: 0.5rem;
  }

  .popup-record .close {
    top: 4rem;
    right: 1.5rem;
  }

  .popup-record2 .close {
    top: -1rem;
    right: 0.2rem;
    width: 6vh;
    height: 6vh;
  }
}

@media (max-width: 768px) and (min-height: 1024px) {
  footer {
    bottom: 6.5rem;
    font-size: 2vw;
  }
}
.game-wrap .logout-btn,
.game-wrap .account-info {
  display: none;
}

.status-login .game-wrap-inner {
  position: relative;
}
.status-login .account-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, 75%);
  color: #fff;
  background-image: linear-gradient(#2a13d7, #281083 30%, #2a13d7);
  border: 2px solid #003bff;
  width: 45%;
  text-align: center;
  padding: 0.5vh 0;
  border-radius: 1rem 0 1rem 0;
  font-size: 1.5vh;
}
.status-login .account-info.account-name {
  top: 43%;
}
.status-login .account-info-content {
  color: #fff77d;
}
.status-login .logout-btn {
  display: block;
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, 75%);
  width: relative-percentage(380, 1238);
  aspect-ratio: 342/96;
  width: 30.6946688207%;
  cursor: pointer;
}
.status-login .logout-btn:hover img {
  filter: saturate(1.2);
}
.status-login .logout-btn:active img {
  transform: translate(1px, 1px);
}
.status-login .game-btn {
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translate(-50%, 75%);
  width: relative-percentage(380, 1238);
  aspect-ratio: 342/96;
  cursor: pointer;
}
.status-login .game-btn:hover img {
  filter: saturate(1.2);
}
.status-login .game-btn:active img {
  transform: translate(1px, 1px);
}
@media (max-width: 1920px) {
  .status-login .logout-btn {
    width: 40%;
    transform: translate(-50%, 310%);
    top: 47%;
  }
  .status-login .game-btn {
    width: 40%;
    transform: translate(-50%, 310%);
    top: 55%;
  }
  .status-login .logout-btn .default,
  .status-login .game-btn .default {
    opacity: 0;
  }
  .status-login .logout-btn .hover,
  .status-login .game-btn .hover {
    opacity: 1;
  }
  .status-login .account-info {
    top: 52%;
    font-size: min(1rem, 2vh);
    padding: 1% 0;
  }
  .status-login .account-info.account-name {
    top: 41%;
  }
}
@media (max-width: 1440px) {
  .status-login .account-info {
    top: 52%;
    font-size: min(1rem, 1.5vh);
    padding: 1% 0;
  }
} /*# sourceMappingURL=style-20250508.css.map */
