@charset "UTF-8";
/* *****************************************/
/*    css
/*    V 20240808
/*        by AuOzzy
/******************************************/
@-webkit-keyframes enlarge {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
}
@keyframes enlarge {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
}
@-webkit-keyframes iconActiveEffect {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes iconActiveEffect {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
/* ↓↓↓ ***** 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;
}

*, ::after, ::before {
  -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);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h1, h2, h3, h4, h5, h6 {
  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;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  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;
}

code, kbd, pre, 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;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button, input, optgroup, select, 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;
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button: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-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-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 {
  --spacing: 104px;
  --spacing-half: calc(104px / 2);
}
@media screen and (max-width: 768px) {
  :root {
    --spacing: 56px;
    --spacing-half: calc(56px / 2);
  }
}

:root {
  --spacing-1x: 8px;
  --spacing-2x: 16px;
  --spacing-4x: 32px;
  --spacing-8x: 64px;
  --spacing-16x: 128px;
}

: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: #781931;
  --panel-color: #222222;
  --primary-button-text-color: #7FF800;
  --light-green: #c5e2d2;
  --medium-green: #71b394;
  --highlight-yellow: #f9fd4e;
  --text-highlight: #e2889f;
  --text-highlight2: #ff3a55;
  --text-highlight3: #fffe8f;
}

/* ↑↑↑ ***** ROOT END ***** ↑↑↑ */
/* ↓↓↓ ***** FONT START ***** ↓↓↓ */
body {
  font-family: Microsoft JhengHei, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, sans-serif;
  font-display: swap;
  font-weight: 600;
  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: #781931;
}

.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: #e2889f;
}

.txt-text-highlight2 {
  color: #ff3a55;
}

.txt-text-highlight3 {
  color: #fffe8f;
}

/* ↑↑↑ ***** FONT END ***** ↑↑↑ */
/* ↓↓↓ ***** COMMON START ***** ↓↓↓ */
img {
  width: 100%;
  height: auto;
}

a {
  color: currentColor;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

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

.loading-text {
  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;
  color: #ffce40;
  font-size: 2rem;
}

/* ↑↑↑ ***** COMMON END ***** ↑↑↑ */
/* ↓↓↓ ***** COMPONENT START ***** ↓↓↓ */
.tw_btn {
  --bdra: 100vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.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;
  width: 100%;
  background-color: #ffec00;
  padding: 8px 24px;
  border-radius: var(--bdra);
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
}
.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: var(--bdra);
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee697b)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee697b));
  -webkit-mask: linear-gradient(#ee697b 0 0) content-box, linear-gradient(#ee697b 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee697b)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee697b));
  mask: linear-gradient(#ee697b 0 0) content-box, linear-gradient(#ee697b 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: var(--bdra);
}
.tw_btn:hover {
  --active: 1;
  text-decoration: none;
}

.tw_btn-2 {
  --bdra: 4px;
  width: min(100%, 240px);
  margin: auto;
}
.tw_btn-2 > .inner {
  padding: 12px 0;
  color: #fff;
}

.tw_img {
  position: relative;
}
.tw_img img {
  aspect-ratio: var(--w)/var(--h);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.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 ***** ↑↑↑ */
/* ↓↓↓ ***** LAYOUT START ***** ↓↓↓ */
.body_wrap {
  position: relative;
  min-height: 100vh;
  padding-top: var(--site-header-height);
  background-color: rgba(0, 0, 0, 0.9);
  background-position: center center;
}

.container {
  width: min(100%, 1024px);
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.page_main {
  container-type: inline-size;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.site_header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #090f1f;
}
.site_header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: min(100%, 1024px);
  padding-left: 12px;
  padding-right: 12px;
  padding: 12px;
  color: #fff;
}
.site_header .logo {
  width: max(18.5416666667%, 200px);
}
@media (max-width: 768px) {
  .site_header .logo {
    width: 135px;
  }
}
.site_header .global_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 8px 12px;
  margin-left: auto;
  background-color: #1c2432;
  border-radius: 5px;
  border: 1px solid #6a6a6a;
  line-height: 1;
}
@media (max-width: 768px) {
  .site_header .global_time {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    min-height: 0;
    padding: 8px 4px;
    font-size: 12px;
  }
}
.site_header .global_time .icon {
  width: 16px;
}
.site_header .global_time .icon img {
  height: auto;
}
.site_header .global_time .txt {
  width: 7ch;
}
.site_header .quick_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border: 1px solid #8f273f;
  border-radius: 4px;
  padding: 8px;
}
@media (max-width: 768px) {
  .site_header .quick_menu {
    padding: 5px;
  }
}
.site_header .quick_menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 80%;
  background-color: #8f273f;
}
.site_header .quick_menu .icon {
  width: 24px;
}
@media (max-width: 768px) {
  .site_header .quick_menu .icon {
    width: 16px;
  }
}

/* ↑↑↑ ***** LAYOUT END ***** ↑↑↑ */
.data_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 0 6px;
}
.data_show .data-row {
  position: relative;
}
.data_show .data-row-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 7px;
  overflow: hidden;
}
.data_show .data-row-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: calc(var(--percent) * 1%);
  height: 100%;
  background-color: rgb(60, 179, 113);
  -webkit-animation: initLength 0.5s ease-out forwards;
          animation: initLength 0.5s ease-out forwards;
}
.data_show .data-row-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: var(--percent);
  height: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  -webkit-animation: fillbarstripes 2s linear infinite, initLength 0.5s ease-out forwards;
          animation: fillbarstripes 2s linear infinite, initLength 0.5s ease-out forwards;
}
.data_show .data-row .label,
.data_show .data-row .value {
  position: relative;
  z-index: 10;
  color: #000;
  font-size: 12px;
}
@media (max-width: 320px) {
  .data_show .data-row .label,
  .data_show .data-row .value {
    font-size: 10px;
  }
}
.data_show .data-row.hightlighted .data-row-inner::before {
  background-color: rgb(70, 130, 180);
}
.data_show .data-row.gray .data-row-inner::before {
  background-color: rgb(128, 128, 128);
}

.section-banner .banner_img {
  width: 100%;
  aspect-ratio: 1020/300;
}

.platform-swiper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.platform-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
}
.platform-swiper .swiper-slide {
  width: auto;
}

.platform-slide > .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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
}
.platform-slide > .inner:hover {
  color: #ffffff;
  background: #243d5c;
  background: -webkit-gradient(linear, left top, left bottom, from(#243d5c), to(#19233e));
  background: linear-gradient(to bottom, #243d5c 0%, #19233e 100%);
  border: 2px solid #ffce40;
}
.platform-slide > .inner:hover .default {
  opacity: 0;
}
.platform-slide > .inner:hover .hover {
  opacity: 1;
}
.platform-slide > .inner:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.platform-slide.selected > .inner {
  color: #ffffff;
  background: #243d5c;
  background: -webkit-gradient(linear, left top, left bottom, from(#243d5c), to(#19233e));
  background: linear-gradient(to bottom, #243d5c 0%, #19233e 100%);
  border: 2px solid #ffce40;
}
.platform-slide.selected > .inner .default {
  opacity: 0;
}
.platform-slide.selected > .inner .hover {
  opacity: 1;
}
.platform-slide .platform-img {
  width: 64px;
  margin: auto;
}
@media (max-width: 576px) {
  .platform-slide .platform-img {
    width: 50px;
  }
}
@media (max-width: 375px) {
  .platform-slide .platform-img {
    width: 45px;
  }
}

.platform-txt {
  color: currentColor;
  font-size: 14px;
  text-align: center;
}

.section-data_tool .container {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
@media (max-width: 576px) {
  .section-data_tool .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.data_tool-search {
  width: 100%;
}
.data_tool-search .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 20px;
  background-color: #1c2432;
  border-radius: 4px;
  border-bottom: 2px solid #035;
}
.data_tool-search .search-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
.data_tool-search .search-input {
  width: 100%;
  border: none;
  background-color: transparent;
  color: #ffffff;
}
.data_tool-search .search-input::-webkit-input-placeholder {
  color: #738080;
  opacity: 1; /* Firefox */
  border: none;
}
.data_tool-search .search-input::-moz-placeholder {
  color: #738080;
  opacity: 1; /* Firefox */
  border: none;
}
.data_tool-search .search-input:-ms-input-placeholder {
  color: #738080;
  opacity: 1; /* Firefox */
  border: none;
}
.data_tool-search .search-input::-ms-input-placeholder {
  color: #738080;
  opacity: 1; /* Firefox */
  border: none;
}
.data_tool-search .search-input::placeholder {
  color: #738080;
  opacity: 1; /* Firefox */
  border: none;
}
.data_tool-search .search-input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #738080;
}
.data_tool-search .search-input:focus {
  outline: none;
  border: none;
}

@media (max-width: 576px) {
  .data_tool-sort {
    width: 50%;
  }
}
.data_tool-sort .sort-select {
  min-height: 40px;
  background-color: #3b4862;
  border-radius: 4px;
  border: none;
  padding: 8px;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 576px) {
  .data_tool-sort .sort-select {
    width: 100%;
  }
}

.section-game_data {
  padding-top: 16px;
}
.section-game_data .container {
  min-height: 500px;
}

.game_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media (max-width: 900px) {
  .game_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .game_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .game_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.game_item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 320px) {
  .game_item-inner .data_show {
    padding: 0;
  }
}
.game_item .inner-header {
  position: relative;
}
.game_item .hover_block {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.game_item .inner-footer {
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media (max-width: 320px) {
  .game_item .inner-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.game_item .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.game_item .star .tw_img img {
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
}
@media (max-width: 576px) {
  .game_item .star .tw_img img {
    width: 19px;
    height: 19px;
  }
}
.game_item .game-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 12px 0px 12px;
}
.game_item .name {
  color: #fff;
  font-size: 12px;
}
.game_item .countdown {
  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;
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  border: 1px solid #08f806;
  color: #eef302;
  font-size: 12px;
  font-weight: bold;
}
.game_item.active .hover_block {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

@-webkit-keyframes fillbarstripes {
  0% {
    background-position: 1rem 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes fillbarstripes {
  0% {
    background-position: 1rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes initLength {
  0% {
    width: 0;
  }
  100% {
    width: var(--percent);
  }
}
@keyframes initLength {
  0% {
    width: 0;
  }
  100% {
    width: var(--percent);
  }
}
.section-info .container {
  width: min(100%, 800px);
}

.info-header {
  position: relative;
}
.info-header .title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.info-header .game_img {
  width: 300px;
  margin: auto;
}
.info-header .go_back {
  position: absolute;
  top: 0px;
  left: 0px;
}
.info-header .go_back .tw_img {
  width: 50px;
  -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;
}
.info-header .go_back:hover .tw_img {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}
.info-header .go_back:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

.info-chart .label {
  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: 11px;
  padding: 10px 0;
}
.info-chart .label .txt {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
}
.info-chart .label .countdown {
  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;
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: var(--background-color);
  border: 1px solid #e2889f;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.info-chart .chart_block {
  padding: 24px;
  background-color: #600a1e;
}

.info-data {
  width: min(100%, 650px);
  margin: auto;
  padding: 28px 0;
}
.info-data .data_show {
  display: grid;
  grid-template-areas: "row1 row1" "row2 row4" "row3 row5";
  grid-gap: 20px 24px;
}
.info-data .data-row:nth-of-type(1) {
  grid-area: row1;
}
.info-data .data-row:nth-of-type(2) {
  grid-area: row2;
}
.info-data .data-row:nth-of-type(3) {
  grid-area: row3;
}
.info-data .data-row:nth-of-type(4) {
  grid-area: row4;
}
.info-data .data-row:nth-of-type(5) {
  grid-area: row5;
}
.info-data .data-row-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.info-data .label.label {
  margin-bottom: 6px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#RTPChart {
  width: min(100%, 650px);
  height: 200px;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */
