/*!
Theme Name: EUROX
Theme URI: https://elancefoxvn.com/
Author: eLanceFoxVN
Author URI: https://elancefoxvn.com/
Description: Theme for EUROX
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rsvp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/*! tailwindcss v3.4.3 | 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: currentColor; /* 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: 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;
}

@font-face {
    font-family: "NanumGothic";
    src: url("./fonts/NanumGothicOTF00.woff2") format("woff2"), url("./fonts/NanumGothicOTF00.woff") format("woff"), url("./fonts/NanumGothicOTF00.ttf") format("truetype"), url("./fonts/NanumGothicOTF00.svg#NanumGothicOTF00") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: "NanumGothic";
    src: url("./fonts/NanumGothicOTFBold00.woff2") format("woff2"), url("./fonts/NanumGothicOTFBold00.woff") format("woff"), url("./fonts/NanumGothicOTFBold00.ttf") format("truetype"), url("./fonts/NanumGothicOTFBold00.svg#NanumGothicOTFBold00") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: "NanumGothic";
    src: url("./fonts/NanumGothicOTFExtraBold00.woff2") format("woff2"), url("./fonts/NanumGothicOTFExtraBold00.woff") format("woff"), url("./fonts/NanumGothicOTFExtraBold00.ttf") format("truetype"), url("./fonts/NanumGothicOTFExtraBold00.svg#NanumGothicOTFExtraBold00") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: "NanumGothic";
    src: url("./fonts/NanumGothicOTFLight00.woff2") format("woff2"), url("./fonts/NanumGothicOTFLight00.woff") format("woff"), url("./fonts/NanumGothicOTFLight00.ttf") format("truetype"), url("NanumGothicOTFLight00.svg#NanumGothicOTFLight00") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: "Audi Type KR Extended";
    src: url("./fonts/AudiTypeKR-ExtendedBold.eot");
    src: url("./fonts/AudiTypeKR-ExtendedBold.eot?#iefix") format("embedded-opentype"), url("./fonts/AudiTypeKR-ExtendedBold.woff2") format("woff2"), url("./fonts/AudiTypeKR-ExtendedBold.woff") format("woff"), url("./fonts/AudiTypeKR-ExtendedBold.ttf") format("truetype"),
      url("./fonts/AudiTypeKR-ExtendedBold.svg#AudiTypeKR-ExtendedBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: "Audi Type KR Wide";
    src: url("./fonts/AudiTypeKR-WideBold.eot");
    src: url("./fonts/AudiTypeKR-WideBold.eot?#iefix") format("embedded-opentype"), url("./fonts/AudiTypeKR-WideBold.woff2") format("woff2"), url("./fonts/AudiTypeKR-WideBold.woff") format("woff"), url("./fonts/AudiTypeKR-WideBold.ttf") format("truetype"),
      url("./fonts/AudiTypeKR-WideBold.svg#AudiTypeKR-WideBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: "Audi Type KR";
    src: url("./fonts/AudiTypeKR-Normal.eot");
    src: url("./fonts/AudiTypeKR-Normal.eot?#iefix") format("embedded-opentype"), url("./fonts/AudiTypeKR-Normal.woff2") format("woff2"), url("./fonts/AudiTypeKR-Normal.woff") format("woff"), url("./fonts/AudiTypeKR-Normal.ttf") format("truetype"),
      url("./fonts/AudiTypeKR-Normal.svg#AudiTypeKR-Normal") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

*, ::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:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
#primary-menu.close {
  z-index: -1;
  height: 0px;
  opacity: 0;
}
.contact-input {
  display: flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.contact-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.contact-checkbox {
    /* @apply form-check-input appearance-none h-4 w-4 border border-black-44 rounded-sm bg-transparent checked:bg-black outline-none checked:border-black-44 transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer; */
  }
.site-content p {
  margin-bottom: 0.75rem;
}
.site-content h1 {
  margin-bottom: 0.75rem;
  font-size: 18px;
}
.site-content h2,
  .site-content h3 {
  margin-bottom: 0.75rem;
  font-size: 16px;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.top-\[44\%\] {
  top: 44%;
}
.z-20 {
  z-index: 20;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[250px\] {
  margin-top: 250px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[34px\] {
  margin-top: 34px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[52px\] {
  margin-top: 52px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-5 {
  height: 1.25rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[560px\] {
  height: 560px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[123px\] {
  min-height: 123px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[7px\] {
  width: 7px !important;
}
.w-10 {
  width: 2.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[36\%\] {
  width: 36%;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[98px\] {
  width: 98px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-sm {
  max-width: 640px;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-\[2px\] {
  row-gap: 2px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-keep {
  word-break: keep-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-black-44 {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-red-fd5 {
  --tw-border-opacity: 1;
  border-color: rgb(253 90 171 / var(--tw-border-opacity));
}
.border-red-ff {
  --tw-border-opacity: 1;
  border-color: rgb(255 95 95 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-black-44 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-black-44 {
  --tw-border-opacity: 1;
  border-right-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-opacity-60 {
  --tw-border-opacity: 0.6;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-122 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 40 76 / var(--tw-bg-opacity));
}
.bg-red-fd0 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 14 133 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.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-60 {
  --tw-bg-opacity: 0.6;
}
.bg-80\% {
  background-size: 80%;
}
.bg-cover {
  background-size: cover;
}
.bg-\[right_-30px_bottom_-40px\] {
  background-position: right -30px bottom -40px;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[1px\] {
  padding: 1px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[45px\] {
  padding-bottom: 45px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-\[2px\] {
  padding-right: 2px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.font-main {
  font-family: NanumGothic, sans-serif;
}
.font-main-bold {
  font-family: Audi Type KR Wide, sans-serif;
}
.text-10 {
  font-size: 10px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-3 {
  line-height: .75rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28\.8px\] {
  line-height: 28.8px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black-44 {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-black-88 {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-30 {
  opacity: 0.3;
}
.shadow-box-btn-black {
  --tw-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  --tw-shadow-colored: 0px 10px 20px var(--tw-shadow-color), 0px 6px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.filter {
  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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-700 {
  transition-duration: 700ms;
}
/* Chrome, Safari and Opera */

.placeholder\:font-light::-moz-placeholder {
  font-weight: 300;
}

.placeholder\:font-light::placeholder {
  font-weight: 300;
}

.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:text-opacity-50::-moz-placeholder {
  --tw-text-opacity: 0.5;
}

.placeholder\:text-opacity-50::placeholder {
  --tw-text-opacity: 0.5;
}

.placeholder\:opacity-60::-moz-placeholder {
  opacity: 0.6;
}

.placeholder\:opacity-60::placeholder {
  opacity: 0.6;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}



/* 로그인 상단 배너 */
.login-hero{
  height: 220px;                /* 필요시 140~200px로 조정 */
  background: url('https://euroxgolf.co.kr/wp-content/themes/rsvp/images/header.png')
              no-repeat center top / cover;
}

/* 로그인 페이지 전용 min-height 조정 */
body.login-page .min-h-screen {
  min-height: 75vh !important;
}

/* absolute → fixed 권장: 뷰포트 기준 */
#colophon { position: fixed; left: 0; right: 0; bottom: 0; }

/* 키보드 뜨면 그 높이만큼 더 아래로 */
@supports (bottom: env(keyboard-inset-height)) {
  #colophon { bottom: calc(0px - env(keyboard-inset-height)); }
}

/* 홈페이지(메뉴페이지)에서만 푸터 위 여백 추가 */
body.home #colophon {
  position: relative !important;
  margin-top: 40px !important;   /* ↑ 필요에 따라 30~60px 조정 */
}

/*additional css 내용*/
/* ===== 홈(상단) — 기존 header 구조 그대로, 배경만 교체 ===== */
body.home #masthead .bg-blue-122 {
  background: url('/wp-content/themes/rsvp/images/home-top.jpg') no-repeat center top / cover !important;
  min-height: 180px; /* 필요 시 160~220 조절 */
}

/* 홈 상단 이미지에 로고가 포함돼 있으면 내부 로고는 숨김 */
body.home #masthead img[alt="Logo"]{ display:none; }

/* 홈 카드: ::before로 배경 이미지만 적용 (단일 방식) */
body.home .grid.grid-cols-2 > div.flex { background: none !important; border: 0 !important; box-shadow: none !important; }
body.home .grid.grid-cols-2 > div.flex > a{
  position: relative; overflow: hidden; border-radius: 16px;
  background: none !important; color: #fff; min-height: 140px; padding: 18px 12px;
  box-shadow: 0 10px 26px rgba(12,20,42,.18);
}
body.home .grid.grid-cols-2 > div.flex > a::before{
  content:""; position:absolute; inset:0; z-index:-1; border-radius: inherit;
  background: url('/wp-content/themes/rsvp/images/card-bg.png') center/cover no-repeat !important;
}
body.home .grid.grid-cols-2{ gap:14px; }
@media (min-width:480px){
  body.home .grid.grid-cols-2{ gap:16px; }
  body.home .grid.grid-cols-2 > div.flex > a{ min-height:144px; }
  body.home .grid.grid-cols-2 > div.flex > a img{ width:52px; height:52px; }
  body.home .grid.grid-cols-2 > div.flex > a span{ font-size:19px; }
}

/* 홈 푸터 파도 살짝 위로 */
body.home #colophon img[src*="bg-footer.png"]{
  display:block; transform: translateY(-38px);
}
body.home #primary{ padding-bottom:24px !important; }

/* Greeting 페이지 — 상단 여백 제거 */
#post-3322, #post-3322 .site-content { margin-top:0 !important; padding-top:0 !important; }

/* Greeting 전체 배경 확장 (모바일 고정 스크롤 이슈 방지: fixed 제거) */
body.page-id-3322{
  background: url('https://euroxgolf.co.kr/wp-content/uploads/2025/10/greeting_back.png') no-repeat center top / cover !important;
}
/* 에디터 내부 중복 배경 제거 + 패딩 유지 (충돌 방지: 더 강한 선택자) */
body.page-id-3322 #post-3322 .site-content > div[style*="greeting_back.png"]{
  background:none !important;
  padding:40px 20px !important;
}

/* 서브헤더 배경 교체 (전역 적용이 아닌 경우 home 한정이면 앞에 body.home 추가) */
header#masthead .bg-blue-122{
  background: url('/wp-content/themes/rsvp/images/sub%20header.png') no-repeat center top / cover !important;
}

/* 글로벌 텍스트 (11px 원하시면 아래 14px→11px) */
body{
  font-family: 'NanumGothic', sans-serif !important;
  font-weight:700 !important;
  font-size:14px !important; /* ← 11px로 바꾸면 전체 축소 */
  color:#12284C !important;
  line-height:1.6;
}

/* 인사말 제목 22px */
.site-content h1{ font-size:22px !important; }



/* === 모든 페이지 공통: 푸터를 헤더 폭으로 중앙 정렬 === */

/* 1) 푸터 래퍼 폭 제한 + 중앙정렬 */
#colophon > div {
  max-width: 480px !important;   /* 헤더(max-w-md≈480px)에 맞춤 */
  margin: 0 auto !important;
  width: 100% !important;
}

/* 2) 이미지 기본값 정리 */
#colophon img {
  display: block !important;     /* inline 갭 제거 */
  width: 100% !important;        /* 래퍼 너비만큼만 채움 */
  height: auto !important;
}

/* 3) login.php는 footer에 absolute가 있어도 동일하게 동작하도록 좀 더 강하게 */
body:not(.wp-admin) footer#colophon {
  left: 0; right: 0;             /* login.php의 absolute/fixed 케이스 대응 */
}
body:not(.wp-admin) footer#colophon > div {
  max-width: 480px !important;
  margin: 0 auto !important;
}

/* (선택) 푸터를 컨텐츠 아래 자연 배치하고 싶으면 주석 해제
#colophon { position: relative !important; }
*/


/* ===== 모든 페이지 푸터 위쪽 여백 ===== */
#colophon,
footer#colophon {
  position: relative !important;  /* absolute 되어 있을 경우 여백 무시 방지 */
  bottom: auto !important;
  z-index: 1;
}

/* 로그인에서 입력 포커스 시 푸터 숨기기 */
body.login-page.keyboard-open #colophon { display: none !important; }

/* 로그인 페이지는 기본적으로 푸터를 고정하지 않음(겹침 방지) */
body.login-page #colophon { position: relative !important; bottom: auto !important; }












/* 로그인 페이지만 레이아웃을 컬럼 플렉스로 → 푸터를 화면 맨 아래로 밀기 */
body.login-page{
  min-height: 100dvh;          /* 모바일 브라우저 높이 대응 */
  display: flex;
  flex-direction: column;
}

/* 푸터는 자동으로 아래로 붙게 */
body.login-page footer#colophon{
  position: relative !important;  /* 혹시 남아있는 fixed/absolute 무력화 */
  bottom: auto !important;
  margin-top: auto !important;    /* 위의 내용이 짧아도 맨 아래 정렬 */
  width: 100%;
}

/* 로그인 푸터 이미지 양옆 여백(패딩) 제거 */
body.login-page #colophon > div{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 푸터 이미지는 컨테이너 폭에 정확히 맞춤 */
body.login-page #colophon img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* (안전장치) 전역 fixed가 있다면 로그인에선 끄기 */
body.login-page #colophon{ position: relative !important; }
