/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Pretendard JP", -apple-system, blinkmacsystemfont, "segoe ui", helvetica neue, Meiryo, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  body,
  html {
    width: 100%;
    height: 100%;
    min-width: 320px;
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.news__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(171 201 219 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.news__item-wrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.75rem;
}
.news__tag {
  display: flex;
  align-items: center;
}
.news__tag-date {
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .news__tag-date {
    font-size: 18px;
  }
}
.news__tag-new {
  margin-left: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(162 35 38 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .news__tag-new {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 14px;
  }
}
.news__title {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 961px) {

  .news__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}
.news__arrow {
  display: none;
  width: 48px;
  min-width: 48px;
  align-items: center;
}
@media (min-width: 961px) {

  .news__arrow {
    display: flex;
  }
}
.news__scrollbar::-webkit-scrollbar {
    width: 8px;
  }
.news__scrollbar::-webkit-scrollbar-track {
    display: none;
  }
.news__scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 44, 63, 0.5);
    border-radius: 999px;
  }
@media (min-width: 961px) {
    .news__scrollbar::-webkit-scrollbar {
      width: 12px;
    }
  }
#secPost::-webkit-scrollbar {
    display: none;
  }
.accordion {
  border-width: 2px;
}
.accordion__button {
  margin-left: 1rem;
  margin-right: 1rem;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 961px) {

  .accordion__button {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    gap: 1.25rem;
  }
}
.accordion__button-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
@media (min-width: 961px) {

  .accordion__button-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.36px;
  }
}
.accordion__button-icon {
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
}
@media (min-width: 961px) {

  .accordion__button-icon {
    height: 2rem;
    width: 2rem;
  }
}
.accordion__content {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accordion__content-wrap {
  overflow: hidden;
}
.accordion__content-blocks-container {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-top-width: 2px;
  padding-top: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.28px;
}
@media (min-width: 961px) {

  .accordion__content-blocks-container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.accordion__block {
  display: inline-flex;
  flex-direction: column;
}
.accordion__block-title {
  display: inline-block;
  width: 100%;
  flex: 1 1 0%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .accordion__block-title {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.accordion__block-title-dark {
  display: inline-block;
  width: 100%;
  flex: 1 1 0%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .accordion__block-title-dark {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.accordion__block-content {
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.bottom-\[85px\] {
  bottom: 85px;
}
.right-0 {
  right: 0px;
}
.right-\[-50px\] {
  right: -50px;
}
.right-\[60px\] {
  right: 60px;
}
.top-0 {
  top: 0px;
}
.top-\[-100vh\] {
  top: -100vh;
}
.top-\[-3\.077vw\] {
  top: -3.077vw;
}
.top-\[33\.5px\] {
  top: 33.5px;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[6\.154vw\] {
  margin-top: 6.154vw;
  margin-bottom: 6.154vw;
}
.my-\[80px\] {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[4\.103vw\] {
  margin-top: 4.103vw;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-8 {
  height: 2rem;
}
.h-\[176px\] {
  height: 176px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[32\.4px\] {
  height: 32.4px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[43\.2px\] {
  height: 43.2px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[46\.8px\] {
  height: 46.8px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[6\.154vw\] {
  height: 6.154vw;
}
.h-\[60px\] {
  height: 60px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-4 {
  width: 1rem;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[192px\] {
  width: 192px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[29px\] {
  width: 29px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[342px\] {
  width: 342px;
}
.w-\[4\.744vw\] {
  width: 4.744vw;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[76px\] {
  width: 76px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[89\.5px\] {
  min-width: 89.5px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[595px\] {
  max-width: 595px;
}
.max-w-\[68\%\] {
  max-width: 68%;
}
.max-w-\[705px\] {
  max-width: 705px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[96\%\] {
  max-width: 96%;
}
.max-w-content {
  max-width: 1152px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-full {
  flex-basis: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-rows-0fr {
  grid-template-rows: 0fr !important;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[1\.026vw\] {
  gap: 1.026vw;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-x-\[1px\] {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-dotted {
  border-style: dotted;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-site {
  --tw-border-opacity: 1;
  border-color: rgb(0 44 63 / var(--tw-border-opacity));
}
.border-site-accent {
  --tw-border-opacity: 1;
  border-color: rgb(162 35 38 / var(--tw-border-opacity));
}
.border-site-alert {
  --tw-border-opacity: 1;
  border-color: rgb(249 92 92 / var(--tw-border-opacity));
}
.border-site-main {
  --tw-border-opacity: 1;
  border-color: rgb(171 201 219 / var(--tw-border-opacity));
}
.border-site-text {
  --tw-border-opacity: 1;
  border-color: rgb(227 241 251 / var(--tw-border-opacity));
}
.bg-\[\#1590E7\]\/50 {
  background-color: rgb(21 144 231 / 0.5);
}
.bg-\[\#ABC9DB\]\/10 {
  background-color: rgb(171 201 219 / 0.1);
}
.bg-\[\#ABC9DB\]\/35 {
  background-color: rgb(171 201 219 / 0.35);
}
.bg-site {
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 63 / var(--tw-bg-opacity));
}
.bg-site-alert {
  --tw-bg-opacity: 1;
  background-color: rgb(249 92 92 / var(--tw-bg-opacity));
}
.bg-site-link {
  --tw-bg-opacity: 1;
  background-color: rgb(21 144 231 / var(--tw-bg-opacity));
}
.bg-site-main {
  --tw-bg-opacity: 1;
  background-color: rgb(171 201 219 / var(--tw-bg-opacity));
}
.bg-site-text {
  --tw-bg-opacity: 1;
  background-color: rgb(227 241 251 / var(--tw-bg-opacity));
}
.bg-site-text\/50 {
  background-color: rgb(227 241 251 / 0.5);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-lucky-event {
  background-image: linear-gradient(95deg, #002C3F 27.33%, #1590E7 160.39%);
}
.bg-lucky-event-inner {
  background-image: linear-gradient(144deg, rgba(171, 201, 219, 0.25) 65.18%, rgba(237, 237, 237, 0.25) 248.9%);
}
.bg-normal-ticket {
  background-image: linear-gradient(108deg, #ABC9DB 37.19%, #EDEDED 142%);
}
.bg-viewing-ticket {
  background-image: linear-gradient(109deg, #ABC9DB 0%, #8DC3DA 99.3%);
}
.bg-vip-ticket {
  background-image: linear-gradient(109deg, #ABC9DB 14.16%, #F95C5C 105.76%);
}
.bg-weverse-menu {
  background-image: linear-gradient(91deg, #07D8E2 0%, #35E99D 100%);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[20px\] {
  padding: 20px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[8\.205vw\] {
  padding-top: 8.205vw;
  padding-bottom: 8.205vw;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-\[8px\] {
  padding-right: 8px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-\[10\.256vw\] {
  padding-top: 10.256vw;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[33\.5px\] {
  padding-top: 33.5px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.text-center {
  text-align: center;
}
.font-\[\'Montserrat\'\] {
  font-family: 'Montserrat';
}
.font-montserrat {
  font-family: Montserrat;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[3\.077vw\] {
  font-size: 3.077vw;
}
.text-\[3\.59vw\] {
  font-size: 3.59vw;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[4\.103vw\] {
  font-size: 4.103vw;
}
.text-\[4\.615vw\] {
  font-size: 4.615vw;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-\[0\.24px\] {
  letter-spacing: 0.24px;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.42px\] {
  letter-spacing: 0.42px;
}
.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}
.tracking-content {
  letter-spacing: 0.28px;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-subContent {
  letter-spacing: 0.24px;
}
.tracking-subTitle {
  letter-spacing: 0.28px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-title {
  letter-spacing: 1.5px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#00E5F5\] {
  --tw-text-opacity: 1;
  color: rgb(0 229 245 / var(--tw-text-opacity));
}
.text-\[\#F50057\] {
  --tw-text-opacity: 1;
  color: rgb(245 0 87 / var(--tw-text-opacity));
}
.text-site {
  --tw-text-opacity: 1;
  color: rgb(0 44 63 / var(--tw-text-opacity));
}
.text-site-accent {
  --tw-text-opacity: 1;
  color: rgb(162 35 38 / var(--tw-text-opacity));
}
.text-site-alert {
  --tw-text-opacity: 1;
  color: rgb(249 92 92 / var(--tw-text-opacity));
}
.text-site-black {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.text-site-disable {
  --tw-text-opacity: 1;
  color: rgb(112 149 164 / var(--tw-text-opacity));
}
.text-site-gray {
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
.text-site-link {
  --tw-text-opacity: 1;
  color: rgb(21 144 231 / var(--tw-text-opacity));
}
.text-site-main {
  --tw-text-opacity: 1;
  color: rgb(171 201 219 / var(--tw-text-opacity));
}
.text-site-text {
  --tw-text-opacity: 1;
  color: rgb(227 241 251 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}
.shadow-\[-1px_0px_0px_0px_\#E3F1FB_inset\] {
  --tw-shadow: -1px 0px 0px 0px #E3F1FB inset;
  --tw-shadow-colored: inset -1px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.vjs-big-play-button {
  border: none !important;
  height: 1.5em !important;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-10::before {
  content: var(--tw-content);
  left: -2.5rem;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:h-12::before {
  content: var(--tw-content);
  height: 3rem;
}

.before\:w-12::before {
  content: var(--tw-content);
  width: 3rem;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-\[\#002c3f\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 63 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-right-10::after {
  content: var(--tw-content);
  right: -2.5rem;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

.after\:h-12::after {
  content: var(--tw-content);
  height: 3rem;
}

.after\:w-12::after {
  content: var(--tw-content);
  width: 3rem;
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-\[\#0b609f\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(11 96 159 / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 431px) {

  .sm\:my-\[6\.154vw\] {
    margin-top: 6.154vw;
    margin-bottom: 6.154vw;
  }

  .sm\:mt-\[4\.103vw\] {
    margin-top: 4.103vw;
  }

  .sm\:h-\[276px\] {
    height: 276px;
  }

  .sm\:h-\[6\.154vw\] {
    height: 6.154vw;
  }

  .sm\:h-\[60px\] {
    height: 60px;
  }

  .sm\:w-\[358px\] {
    width: 358px;
  }

  .sm\:w-\[4\.744vw\] {
    width: 4.744vw;
  }

  .sm\:w-\[600px\] {
    width: 600px;
  }

  .sm\:w-\[850px\] {
    width: 850px;
  }

  .sm\:gap-\[1\.026vw\] {
    gap: 1.026vw;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:py-\[8\.333vw\] {
    padding-top: 8.333vw;
    padding-bottom: 8.333vw;
  }

  .sm\:pt-\[10\.256vw\] {
    padding-top: 10.256vw;
  }

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

  .sm\:text-\[14px\] {
    font-size: 14px;
  }

  .sm\:text-\[16px\] {
    font-size: 16px;
  }

  .sm\:text-\[2\.5vw\] {
    font-size: 2.5vw;
  }

  .sm\:text-\[3\.75vw\] {
    font-size: 3.75vw;
  }

  .sm\:tracking-\[0\.48px\] {
    letter-spacing: 0.48px;
  }

  .sm\:tracking-\[0\.72px\] {
    letter-spacing: 0.72px;
  }
}

@media (min-width: 961px) {

  .md\:fixed {
    position: fixed;
  }

  .md\:bottom-\[120px\] {
    bottom: 120px;
  }

  .md\:bottom-\[20px\] {
    bottom: 20px;
  }

  .md\:right-\[-75px\] {
    right: -75px;
  }

  .md\:right-\[70px\] {
    right: 70px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-\[-0\.625vw\] {
    top: -0.625vw;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-\[1\.875vw\] {
    margin-top: 1.875vw;
    margin-bottom: 1.875vw;
  }

  .md\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-\[1\.875vw\] {
    margin-top: 1.875vw;
  }

  .md\:mt-\[120px\] {
    margin-top: 120px;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:mt-\[48px\] {
    margin-top: 48px;
  }

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-\[2\.5vw\] {
    height: 2.5vw;
  }

  .md\:h-\[238px\] {
    height: 238px;
  }

  .md\:h-\[24px\] {
    height: 24px;
  }

  .md\:h-\[25px\] {
    height: 25px;
  }

  .md\:h-\[280px\] {
    height: 280px;
  }

  .md\:h-\[30px\] {
    height: 30px;
  }

  .md\:h-\[31px\] {
    height: 31px;
  }

  .md\:h-\[360px\] {
    height: 360px;
  }

  .md\:h-\[52px\] {
    height: 52px;
  }

  .md\:h-\[72px\] {
    height: 72px;
  }

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

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-\[1\.927vw\] {
    width: 1.927vw;
  }

  .md\:w-\[191px\] {
    width: 191px;
  }

  .md\:w-\[25px\] {
    width: 25px;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-\[376px\] {
    width: 376px;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[60vw\] {
    width: 60vw;
  }

  .md\:w-\[680px\] {
    width: 680px;
  }

  .md\:w-\[72px\] {
    width: 72px;
  }

  .md\:w-\[74px\] {
    width: 74px;
  }

  .md\:w-\[928px\] {
    width: 928px;
  }

  .md\:w-\[98px\] {
    width: 98px;
  }

  .md\:min-w-\[60\%\] {
    min-width: 60%;
  }

  .md\:max-w-\[504px\] {
    max-width: 504px;
  }

  .md\:grow-0 {
    flex-grow: 0;
  }

  .md\:translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[0\.208vw\] {
    gap: 0.208vw;
  }

  .md\:gap-\[12px\] {
    gap: 12px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:bg-site-main {
    --tw-bg-opacity: 1;
    background-color: rgb(171 201 219 / var(--tw-bg-opacity));
  }

  .md\:bg-site-text {
    --tw-bg-opacity: 1;
    background-color: rgb(227 241 251 / var(--tw-bg-opacity));
  }

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

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:px-\[52px\] {
    padding-left: 52px;
    padding-right: 52px;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-\[3\.125vw\] {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-\[32px\] {
    padding-top: 32px;
  }

  .md\:pt-\[4\.167vw\] {
    padding-top: 4.167vw;
  }

  .md\:pt-\[8px\] {
    padding-top: 8px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[0\.938vw\] {
    font-size: 0.938vw;
  }

  .md\:text-\[1\.667vw\] {
    font-size: 1.667vw;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-\[60px\] {
    font-size: 60px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:tracking-\[0\.03em\] {
    letter-spacing: 0.03em;
  }

  .md\:tracking-\[0\.04em\] {
    letter-spacing: 0.04em;
  }

  .md\:tracking-\[0\.36px\] {
    letter-spacing: 0.36px;
  }

  .md\:tracking-\[0\.3em\] {
    letter-spacing: 0.3em;
  }

  .md\:tracking-\[0\.64px\] {
    letter-spacing: 0.64px;
  }

  .md\:tracking-\[1\.6px\] {
    letter-spacing: 1.6px;
  }

  .md\:tracking-\[2\.4px\] {
    letter-spacing: 2.4px;
  }

  .md\:tracking-content-md {
    letter-spacing: 0.32px;
  }

  .md\:tracking-subTitle-md {
    letter-spacing: 0.36px;
  }

  .md\:tracking-title-md {
    letter-spacing: 2.4px;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .before\:md\:-left-8::before {
    content: var(--tw-content);
    left: -2rem;
  }

  .after\:md\:-right-8::after {
    content: var(--tw-content);
    right: -2rem;
  }
}

@media (min-width: 1441px) {

  .lg\:w-\[47\.7\%\] {
    width: 47.7%;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }
}

@media (min-width: 1921px) {

  .xl\:my-\[36px\] {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xl\:mt-\[36px\] {
    margin-top: 36px;
  }

  .xl\:h-\[48px\] {
    height: 48px;
  }

  .xl\:w-\[37px\] {
    width: 37px;
  }

  .xl\:gap-\[4px\] {
    gap: 4px;
  }

  .xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:pt-\[80px\] {
    padding-top: 80px;
  }

  .xl\:text-\[18px\] {
    font-size: 18px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }
}
