*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.invisible {
  visibility: hidden;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.w-4 {
  width: 1rem;
}

.w-60 {
  width: 15rem;
}

.w-\[3\.5rem\] {
  width: 3.5rem;
}

.w-\[4rem\] {
  width: 4rem;
}

.w-full {
  width: 100%;
}

.resize {
  resize: both;
}

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

.flex-col {
  flex-direction: column;
}

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

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

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

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

.border-l-2 {
  border-left-width: 2px;
}

.border-\[var\(--clr-border\)\] {
  border-color: var(--clr-border);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

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

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.font-extralight {
  font-weight: 200;
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

:root {
  --clr-bg: #ffffff;
  --clr-nav: rgba(28, 28, 28, 0.8);
  --clr-nav-expand: #1c1c1c;
  --clr-social: #911e16;
  --clr-footer: #170e07;
}

body {
  font-family: "Prompt", sans-serif;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--clr-bg);
}

.body__bg {
  background-image: url('../images/3kh-cms/cms-bottom-bg-786.webp');
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .body__bg {
    background-image: url('../images/3kh-cms/cms-top-bg-1024.webp');
  }
}

@media (min-width: 1024px) {
  .body__bg {
    background-image: url('../images/3kh-cms/cms-top-bg-1920.webp');
    background-size: contain;
  }
}

@media (min-width: 1970px) {
  .body__bg {
    background-image: url('../images/3kh-cms/cms-top-bg-2560.webp');
  }
}

/*rotate block*/

.rotate-portrait {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-nav-expand);
}

.rotate-portrait > div {
  display: flex;
  min-height: -moz-min-content;
  min-height: min-content;
  width: 65vw;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: var(--clr-border);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/*expand menu*/

.expand-menu {
  position: fixed;
  top: -40rem;
  left: 0px;
  z-index: 50;
  display: flex;
  min-height: 10rem;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(11 77 160 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .expand-menu {
    display: none;
  }
}

.expand-menu.expand {
  top: 0px;
}

.expand-logo {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.btn-unexpand {
  height: 3rem;
  width: 3rem;
  align-self: flex-end;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.expand-link-slot {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(24 94 182 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.float-social-wrap,
.expand-social-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

/*main-nav*/

.nav__btn--dropdown {
  position: relative;
}

.main__nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  display: flex;
  height: 4rem;
  width: 100%;
  flex-direction: row;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .main__nav {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .main__nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .main__nav {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.nav__social {
  margin-left: 2.5rem;
  display: none;
  height: 4rem;
  min-width: 9rem;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .nav__social {
    display: flex;
  }
}

.float__social {
  display: flex;
  height: 4rem;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.float__social a,
.nav__social a {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.float__social a:hover,
.nav__social a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.float__social a {
  height: 2rem;
  width: 2rem;
}

.nav__btn {
  display: flex;
  height: 60px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.nav__btn:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.nav__btn--blue:hover {
  --tw-text-opacity: 1;
  color: rgb(27 175 230 / var(--tw-text-opacity, 1));
}

.nav__btn--bluelight:hover {
  --tw-text-opacity: 1;
  color: rgb(11 77 160 / var(--tw-text-opacity, 1));
}

.nav__btn--magenta:hover {
  --tw-text-opacity: 1;
  color: rgb(236 57 136 / var(--tw-text-opacity, 1));
}

.nav__btn--green:hover {
  --tw-text-opacity: 1;
  color: rgb(111 192 85 / var(--tw-text-opacity, 1));
}

.nav__btn--yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(255 222 45 / var(--tw-text-opacity, 1));
}

.nav__btn--purple:hover {
  --tw-text-opacity: 1;
  color: rgb(144 62 150 / var(--tw-text-opacity, 1));
}

.nav__btn span:last-child {
  font-weight: 400;
}

.logo__wrap {
  width: 2.5rem;
}

.menu__wrap {
  font-family:"Bebas Neue", sans-serif;
  margin-left: auto;
  display: none;
  height: 4rem;
  flex-direction: row;
  justify-content: flex-end;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .menu__wrap {
    display: flex;
  }
}

.nav__btn--mobile {
  margin-left: auto;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(11 77 160 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .nav__btn--mobile {
    display: none;
  }
}

.text-genplay-blue {
  --tw-text-opacity: 1;
  color: rgb(27 175 230 / var(--tw-text-opacity, 1));
}

.text-genplay-bluelight {
  --tw-text-opacity: 1;
  color: rgb(11 77 160 / var(--tw-text-opacity, 1));
}

.text-genplay-magenta {
  --tw-text-opacity: 1;
  color: rgb(236 57 136 / var(--tw-text-opacity, 1));
}

.text-genplay-green {
  --tw-text-opacity: 1;
  color: rgb(111 192 85 / var(--tw-text-opacity, 1));
}

.text-genplay-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 222 45 / var(--tw-text-opacity, 1));
}

.text-genplay-purple {
  --tw-text-opacity: 1;
  color: rgb(144 62 150 / var(--tw-text-opacity, 1));
}

/*dropdown*/

.drop-down-content {
  position: absolute;
  top: 3rem;
  left: 0px;
  z-index: 500;
  display: none;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(27 175 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.group:hover .drop-down-content {
  display: block;
}

/*head text*/

.section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section__head span:first-child {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.head__text {
  margin-left: 1rem;
  margin-right: 1rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: transparent;
}

@media (min-width: 768px) {
  .head__text {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .head__text {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.head__wrap {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.head__dec img {
  width: 5rem;
}

@media (min-width: 768px) {
  .head__dec img {
    width: 8rem;
  }
}

@media (min-width: 1024px) {
  .head__dec img {
    width: 16rem;
  }
}

.section__head span:first-child,
.head__text {
  font-family: "Prompt", sans-serif;
}

/*sub-head*/

.head__highlight {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .head__highlight {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.head__sub {
  margin-left: 1rem;
  margin-right: 1rem;
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .head__sub {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .head__sub {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

/*etc*/

.section__flex--col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*cms-highlight-section*/

.section__highlight {
  margin-top: 2.5rem;
  min-height: 800px;
  width: 100%;
  overflow-x: clip;
  background-image: url('../images/genplay-cms/cms-top-bg-786.webp');
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 4rem;
  background-position: top,bottom;
  background-size: contain,;
}

@media (min-width: 768px) {
  .section__highlight {
    background-image: url('../images/genplay-cms/cms-top-bg-1024.webp');
  }
}

@media (min-width: 1024px) {
  .section__highlight {
    min-height: 1000px;
    background-image: url('../images/genplay-cms/cms-top-bg-1920.webp');
    padding-top: 8rem;
  }
}

@media (min-width: 1970px) {
  .section__highlight {
    min-height: 1000px;
    background-image: url('../images/genplay-cms/cms-top-bg-2560.webp');
  }
}

.section__subPage {
  margin-top: 2.5rem;
  min-height: 800px;
  width: 100%;
  overflow-x: clip;
  background-image: url('../images/genplay-cms/cms-top-bg-786.webp');
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 4rem;
  background-position: top,bottom;
  background-size: contain,;
}

@media (min-width: 768px) {
  .section__subPage {
    background-image: url('../images/genplay-cms/cms-top-bg-1024.webp');
  }
}

@media (min-width: 1024px) {
  .section__subPage {
    min-height: 1000px;
    background-image: url('../images/genplay-cms/cms-top-bg-1920.webp');
    padding-top: 8rem;
  }
}

@media (min-width: 1970px) {
  .section__subPage {
    min-height: 1000px;
    background-image: url('../images/genplay-cms/cms-top-bg-2560.webp');
  }
}

/* .section__subPage {
  @apply w-full 
  min-h-[800px]
  bg-no-repeat
  lg:min-h-max 
  [background-position:top,bottom] 
  [background-size:contain,_contain]
  bg-[url('../images/3kh-cms/cms-top-bg-786.webp')] 
  md:bg-[url('../images/3kh-cms/cms-top-bg-1024.webp')] 
  lg:bg-[url('../images/3kh-cms/cms-top-bg-1920.webp')] 
  min-[1970px]:bg-[url('../images/3kh-cms/cms-top-bg-2560.webp')] 
  overflow-x-clip pt-20 lg:pt-32 z-0;
} */

/*  .section__subPage {
  @apply w-full 
  min-h-[800px] 
  lg:min-h-max 
  
  overflow-x-hidden pt-20 lg:pt-32 z-0;
} */

/* .section__subPage--content, */

.highlight__subSection {
  position: relative;
  display: flex;
  min-height: 600px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.highlight__head--dec {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  z-index: 10;
  display: flex;
  height: auto;
  width: 360px;
  --tw-translate-x: calc(calc(50%) * -1);
  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));
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (max-width: 320px) {
  .highlight__head--dec {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .highlight__head--dec {
    top: -1rem;
    width: 750px;
  }
}

@media (min-width: 1024px) {
  .highlight__head--dec {
    width: 850px;
  }
}

.highlight__head--wood {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 0;
  display: flex;
  height: auto;
  width: 330px;
  --tw-translate-x: calc(calc(50%) * -1);
  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));
  flex-direction: column;
  align-items: center;
  opacity: 0.3;
  mix-blend-mode: screen;
}

@media (max-width: 320px) {
  .highlight__head--wood {
    width: 280px;
  }
}

@media (min-width: 768px) {
  .highlight__head--wood {
    width: 700px;
  }
}

@media (min-width: 1024px) {
  .highlight__head--wood {
    width: 800px;
  }
}

#canvas-red {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 20;
  height: 100%;
  width: 100%;
  --tw-translate-x: calc(calc(50%) * -1);
  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));
  mix-blend-mode: darken;
}

.highlight__grid {
  position: relative;
  z-index: 30;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  width: 320px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (max-width: 320px) {
  .highlight__grid {
    width: 290px;
  }
}

@media (min-width: 768px) {
  .highlight__grid {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    width: 700px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .highlight__grid {
    width: 730px;
    gap: 1rem;
  }
}

.highlight__grid > a > div {
  position: relative;
  height: auto;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(27 175 230 / var(--tw-border-opacity, 1));
}

.highlight__slot {
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(27 175 230 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #dadada var(--tw-gradient-to-position);
}

.highlight__slot--image {
  margin-bottom: 0.25rem;
  width: 100%;
  overflow-y: clip;
}

.highlight__slot--image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlight__detail {
  height: 110px;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
}

.subSection__dec--swirl {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 10;
  width: 100%;
  --tw-translate-x: calc(calc(50%) * -1);
  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));
}

/*event and update section*/

.head-update {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(11 77 160 / var(--tw-text-opacity, 1));
  font-family:"Bebas Neue", sans-serif;
}

.section__subPage--content {
  min-height: 800px;
}

.relate__wrap,
.subPage__wrap {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 320px) {
  .relate__wrap,
.subPage__wrap {
    width: 290px;
  }
}

@media (min-width: 768px) {
  .relate__wrap,
.subPage__wrap {
    width: 750px;
  }
}

@media (min-width: 1024px) {
  .relate__wrap,
.subPage__wrap {
    width: 900px;
  }
}

.notice__breadcrumbs {
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.notice__breadcrumbs > span {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.notice__breadcrumbs > form > button,
.notice__breadcrumbs > a {
  --tw-text-opacity: 1;
  color: rgb(11 77 160 / var(--tw-text-opacity, 1));
}

.notice__breadcrumbs > form > button:hover,
.notice__breadcrumbs > a:hover {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.control__paginationWrap {
  margin-left: auto;
}

.control__paginationWrap--bottom div div:last-child,
.control__paginationWrap div div:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.pagination__btn {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(11 77 160 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.pagination__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 175 230 / var(--tw-bg-opacity, 1));
}

.pagination__btn {
  font-family: "Poppins", sans-serif;
}

.pagination__btn.active {
  --tw-bg-opacity: 1;
  background-color: rgb(27 175 230 / var(--tw-bg-opacity, 1));
}

.subPage__backBtn--wrap {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .subPage__backBtn--wrap {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.btn__backPage {
  width: 9rem;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.btn__backPage:hover {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  .btn__backPage {
    width: 15rem;
  }
}

/*detail page*/

.section__relate {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(24 94 182 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.relate__head {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .relate__head {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.relate__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (max-width: 320px) {
  .relate__grid {
    gap: 0.5rem;
  }
}

@media (min-width: 768px) {
  .relate__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .relate__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.relate__slot--a:hover {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.relate__slot {
  display: grid;
  height: 70px;
  width: 100%;
  grid-template-columns: 45% 55%;
  gap: 0.5rem;
}

.relate__slot--detail > div:first-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 32px;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.group:hover .relate__slot--detail > div:first-child {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .relate__slot--detail > div:first-child {
    height: 40px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.relate__slot--date {
  width: 100%;
  font-size: 0.7rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/*bottom section*/

.section__bottom {
  position: relative;
  min-height: 800px;
  width: 100%;
  overflow-x: clip;
  background-image: url('../images/3kh-cms/cms-bottom-bg-786.webp');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .section__bottom {
    min-height: 1300px;
    background-image: url('../images/3kh-cms/cms-bottom-bg-1024.webp');
  }
}

@media (min-width: 1024px) {
  .section__bottom {
    min-height: 1000px;
    background-image: url('../images/3kh-cms/cms-bottom-bg-1920.webp');
  }
}

@media (min-width: 1970px) {
  .section__bottom {
    min-height: 1300px;
    background-image: url('../images/3kh-cms/cms-bottom-bg-2560.webp');
  }
}

.allNews__grid {
  display: grid;
  width: 320px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (max-width: 320px) {
  .allNews__grid {
    width: 290px;
  }
}

@media (min-width: 768px) {
  .allNews__grid {
    width: 750px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .allNews__grid {
    width: 850px;
    gap: 1.5rem;
  }
}

.allContent__head,
.allNews__head {
  margin-bottom: 0.75rem;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.25rem;
}

.allContent__head > div:first-child,
.allNews__head > div:first-child {
  display: flex;
  height: auto;
  width: 7rem;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 768px) {
  .allContent__head > div:first-child,
.allNews__head > div:first-child {
    width: 9rem;
  }
}

.allContent__head > div.guide {
  display: flex;
  height: auto;
  width: 7rem;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 768px) {
  .allContent__head > div.guide {
    width: 12rem;
  }
}

.allNews__head > form {
  margin-left: auto;
}

.allNews__head > form > button,
.allNews__head > a {
  margin-left: auto;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(136 97 53 / var(--tw-bg-opacity, 1));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.allNews__head > form > button:hover,
.allNews__head > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(166 119 64 / var(--tw-bg-opacity, 1));
}

/*content slot*/

.content__mainImage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.content__wrap {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .content__wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.content__head--dec {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 20;
  height: auto;
  width: 100%;
  --tw-translate-x: calc(calc(50%) * -1);
  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));
}

.content__paper {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(27 175 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .content__paper {
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .content__paper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.content__date {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.content__paper h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.content__paper h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.content__paper h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.content__paper hr {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.content__paper ul {
  margin-left: 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
}

.content__paper ol {
  margin-left: 1.25rem;
  list-style-position: outside;
  list-style-type: decimal;
}

.content__slot {
  position: relative;
  margin-bottom: 0.75rem;
  display: grid;
  height: 110px;
  width: 100%;
  grid-template-columns: 162px auto;
  gap: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(27 175 230 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #e0e0e0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .content__slot {
    height: 160px;
    grid-template-columns: 270px auto;
  }
}

/*news slot*/

.highlight__slot--a:hover,
.news__slot--a:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.news__slot--xs {
  position: relative;
  margin-bottom: 0.5rem;
  height: auto;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 116 73 / var(--tw-border-opacity, 1));
  padding: 0.25rem;
}

.news__slot--xs > div:first-child {
  display: grid;
  height: 115px;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #722020 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 32 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #4A1515 var(--tw-gradient-to-position);
  padding: 0.5rem;
}

.news__slot--image {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  overflow: clip;
}

.news__slot--detail {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding-top: 0.25rem;
}

.news___slot--tag {
  margin-bottom: 0.25rem;
  height: auto;
  width: 3.5rem;
}

.highlight__slot--title,
.news__slot--title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 55px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.group:hover .highlight__slot--title,.group:hover 
.news__slot--title {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .highlight__slot--title,
.news__slot--title {
    padding-right: 0.5rem;
  }
}

.highlight__slot--title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 38px;
  overflow-y: clip;
}

.news__slot--date {
  margin-top: auto;
  width: 100%;
  font-size: 0.6rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.news__float--tag {
  position: absolute;
  right: -0.75rem;
  top: 0px;
  z-index: 10;
  display: flex;
  height: auto;
  width: 70px;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.5rem;
}

.news__float--pin {
  width: 1rem;
  padding-top: 0.75rem;
}

.highlight__float--pin {
  width: 1rem;
}

.news__float--new {
  width: 1.5rem;
}

/*footer*/

.footer-wrap {
  margin-top: auto;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(11 77 160 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.footer-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .footer-container {
    width: 1100px;
  }
}

.footer-social-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .footer-social-wrap {
    justify-content: flex-start;
  }
}

.btn-foot-social {
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  opacity: 0.4;
}

.btn-foot-social:hover {
  opacity: 1;
}

.btn-foot-social img {
  width: 1.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.corp-wrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .corp-wrap {
    flex-direction: column;
    justify-content: space-between;
  }
}

.corp-logo-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .corp-logo-wrap {
    justify-content: center;
  }
}

.corp-footer-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .corp-footer-text {
    align-items: flex-end;
  }
}

.copy-right-text {
  text-align: center;
  font-size: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .copy-right-text {
    text-align: right;
  }
}

.footer-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.footer-link a {
  font-size: 0.5rem;
}

.footer-link a:hover {
  color: var(--clr-span-head);
}

.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:brightness-125:hover {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }
}
