@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";
/* [project]/styles/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .min-h-screen {
    min-height: 100vh;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

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

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .break-all {
    word-break: break-all;
  }

  .italic {
    font-style: italic;
  }

  .underline {
    text-decoration-line: underline;
  }

  .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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

html, body {
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  letter-spacing: -.5px;
  font-family: Pretendard, sans-serif;
}

.userContainer {
  letter-spacing: -.5px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  font-family: Pretendard, sans-serif;
}

.userTopBanner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px 640px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 640px;
  margin-left: calc(50% - 50vw);
  display: flex;
  position: relative;
}

.userTopBannerContent {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (width <= 1280px) {
  .userTopBannerContent {
    width: 100%;
    padding: 0 20px;
  }
}

@media (width <= 768px) {
  .userTopBanner {
    background-size: 1920px 400px;
    height: 400px;
  }

  .userTopBannerContent {
    padding: 0 15px;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}


/* [project]/components/Header.module.css [app-client] (css) */
.Header-module__Af2_WG__headerOuter {
  letter-spacing: -.5px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  justify-content: center;
  width: 100%;
  font-family: Pretendard, sans-serif;
  display: flex;
  position: relative;
}

.Header-module__Af2_WG__headerOuter:not(.Header-module__Af2_WG__mobile) {
  height: 88px;
}

.Header-module__Af2_WG__headerInner {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  height: 88px;
  margin: 0 auto;
  padding: 0 5px;
  display: flex;
}

.Header-module__Af2_WG__headerLeft {
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
  min-width: 0;
  display: flex;
}

.Header-module__Af2_WG__logo img {
  flex-shrink: 0;
  display: block;
}

@media (width <= 1126px) {
  .Header-module__Af2_WG__headerInnerRU .Header-module__Af2_WG__headerLeft .Header-module__Af2_WG__logo, .Header-module__Af2_WG__headerInnerRU .Header-module__Af2_WG__headerLeft .Header-module__Af2_WG__hamburger {
    display: none;
  }

  .Header-module__Af2_WG__subMenuContainerRU {
    left: -260px;
  }
}

@media (width <= 926px) {
  .Header-module__Af2_WG__headerInnerRU .Header-module__Af2_WG__headerLeft .Header-module__Af2_WG__logo, .Header-module__Af2_WG__headerInnerRU .Header-module__Af2_WG__headerLeft .Header-module__Af2_WG__hamburger {
    display: none;
  }

  .Header-module__Af2_WG__headerInner .Header-module__Af2_WG__headerLeft .Header-module__Af2_WG__menu {
    gap: 14px;
  }

  .Header-module__Af2_WG__headerInnerRU .Header-module__Af2_WG__headerRight .Header-module__Af2_WG__plainBtn {
    display: none;
  }

  .Header-module__Af2_WG__subMenuContainerRU {
    left: -260px;
  }
}

.Header-module__Af2_WG__hamburger {
  cursor: pointer;
  z-index: 1001;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  width: 20px;
  height: 16px;
  margin-left: 10px;
  display: flex;
}

.Header-module__Af2_WG__hamburgerLine {
  background-color: #333;
  border-radius: 1px;
  width: 100%;
  height: 2px;
  transition: all .3s;
}

.Header-module__Af2_WG__hamburgerLine.Header-module__Af2_WG__active:first-child {
  transform: rotate(45deg)translate(5px, 5px);
}

.Header-module__Af2_WG__hamburgerLine.Header-module__Af2_WG__active:nth-child(2) {
  opacity: 0;
}

.Header-module__Af2_WG__hamburgerLine.Header-module__Af2_WG__active:nth-child(3) {
  transform: rotate(-45deg)translate(7px, -6px);
}

.Header-module__Af2_WG__headerRight {
  align-items: center;
  font-size: 12px;
  display: flex;
}

.Header-module__Af2_WG__plainBtn {
  cursor: pointer;
  color: #333;
  background: none;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
}

.Header-module__Af2_WG__roundedBtn {
  color: #fff;
  cursor: pointer;
  background-color: #4e9cfb;
  border: none;
  border-radius: 999px;
  padding: 2px 9px;
  font-size: 12px;
}

.Header-module__Af2_WG__langBtn {
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  gap: 2px;
  padding: 8px 12px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.Header-module__Af2_WG__langIcon {
  stroke: #333;
  width: 12px;
  height: 12px;
}

.Header-module__Af2_WG__menu {
  flex-shrink: 1;
  gap: 24px;
  min-width: 0;
  margin-left: 8px;
  display: flex;
}

.Header-module__Af2_WG__menu a {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.Header-module__Af2_WG__menuItem {
  display: inline-block;
  position: relative;
}

.Header-module__Af2_WG__menuLink {
  color: #787878;
  white-space: pre-line;
  text-align: center;
  padding: 30px 2px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.Header-module__Af2_WG__menuLink:hover {
  color: #505050;
}

.Header-module__Af2_WG__subMenuColumn {
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  display: flex;
  position: absolute;
}

.Header-module__Af2_WG__subMenuItem {
  color: #767676;
  white-space: pre-line;
  text-align: center;
  padding: 8px 10px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.Header-module__Af2_WG__subMenuItem:hover {
  color: #505050;
}

.Header-module__Af2_WG__langWrapper {
  position: relative;
}

.Header-module__Af2_WG__langPopup {
  z-index: 1000;
  background-color: #f7f7fb;
  border-radius: 6px;
  margin-top: 0;
  position: absolute;
  top: 100%;
  right: 0;
}

.Header-module__Af2_WG__langOption {
  color: #111;
  cursor: pointer;
  text-wrap: nowrap;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  display: flex;
}

.Header-module__Af2_WG__langSeparator {
  color: #e5e5ec;
  margin: 0 10px;
}

.Header-module__Af2_WG__langFlag {
  width: 22px;
  height: 22px;
}

.Header-module__Af2_WG__langText {
  margin-left: 10px;
}

.Header-module__Af2_WG__subMenuBackground {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  height: 140px;
  position: absolute;
  top: 86px;
  left: 0;
}

.Header-module__Af2_WG__subMenuWrapper {
  width: 1280px;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
}

.Header-module__Af2_WG__subMenuContainer {
  position: absolute;
}

.Header-module__Af2_WG__subMenuContainerKO, .Header-module__Af2_WG__subMenuContainerRU {
  margin-left: 260px;
  display: flex;
  position: relative;
}

.Header-module__Af2_WG__mobileMenuOverlay {
  z-index: 1000;
  background-color: #00000080;
  width: 100%;
  height: 100vh;
  animation: .3s Header-module__Af2_WG__fadeIn;
  position: fixed;
  top: 0;
  left: 0;
}

.Header-module__Af2_WG__mobileMenu {
  color: #fff;
  box-sizing: border-box;
  background-color: #1a1a1a;
  width: 280px;
  height: 100vh;
  padding: 20px;
  animation: .3s Header-module__Af2_WG__slideIn;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
}

.Header-module__Af2_WG__mobileMenuHeader {
  border-bottom: 1px solid #333;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.Header-module__Af2_WG__mobileLogo {
  flex: 1;
}

.Header-module__Af2_WG__mobileNav {
  margin-bottom: 40px;
}

.Header-module__Af2_WG__mobileMenuItem {
  margin-bottom: 20px;
}

.Header-module__Af2_WG__mobileMenuTitle {
  color: #fff;
  border-bottom: 1px solid #333;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
}

.Header-module__Af2_WG__mobileSubMenu {
  margin-top: 10px;
  padding-left: 20px;
}

.Header-module__Af2_WG__mobileSubMenuItem {
  color: #222;
  padding: 7px 0;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.Header-module__Af2_WG__mobileAuth {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.Header-module__Af2_WG__mobileAuthBtn {
  color: #4e9cfb;
  cursor: pointer;
  background: none;
  border: 1px solid #4e9cfb;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  transition: all .3s;
}

.Header-module__Af2_WG__mobileLoginBtn {
  color: #fff;
  background-color: #4e9cfb;
}

.Header-module__Af2_WG__mobileLogoutBtn {
  color: #fff;
  background-color: #ff4757;
  border-color: #ff4757;
}

.Header-module__Af2_WG__mobileAuthBtn:hover {
  opacity: .8;
}

@keyframes Header-module__Af2_WG__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes Header-module__Af2_WG__slideIn {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@media (width <= 768px) {
  .Header-module__Af2_WG__headerOuter {
    height: 64px;
  }

  .Header-module__Af2_WG__headerInner {
    width: 100%;
    height: 64px;
    padding: 0 20px;
  }

  .Header-module__Af2_WG__hamburger {
    display: flex;
  }

  .Header-module__Af2_WG__menu, .Header-module__Af2_WG__headerRight .Header-module__Af2_WG__plainBtn, .Header-module__Af2_WG__headerRight .Header-module__Af2_WG__roundedBtn {
    display: none;
  }

  .Header-module__Af2_WG__langBtn {
    padding: 6px 8px;
    font-size: 11px;
  }

  .Header-module__Af2_WG__logo img {
    width: 160px;
    height: 28px;
  }

  .Header-module__Af2_WG__subMenuBackground {
    display: none;
  }
}

@media (width <= 480px) {
  .Header-module__Af2_WG__headerInner {
    padding: 0 16px;
  }

  .Header-module__Af2_WG__mobileMenu {
    width: 100%;
  }

  .Header-module__Af2_WG__logo img {
    width: 140px;
    height: 24px;
  }
}

.Header-module__Af2_WG__mobileAccordionMenu {
  z-index: 2000;
  background: #000000b3;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.Header-module__Af2_WG__mobileMenuPopupHeader {
  box-sizing: border-box;
  background: #fff;
  justify-content: flex-end;
  align-items: center;
  height: 56px;
  padding: 0 16px;
  display: flex;
}

.Header-module__Af2_WG__mobileMenuPopupTitle {
  flex: 1;
}

.Header-module__Af2_WG__mobileCloseBtn {
  color: #222;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0 0 0 16px;
  font-size: 32px;
  display: flex;
}

.Header-module__Af2_WG__mobileMenuPopupNav {
  background: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px 0 0;
  display: flex;
}

.Header-module__Af2_WG__mobileMenuPopupLink {
  color: #222;
  text-align: left;
  background: none;
  width: 100%;
  padding: 12px 24px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.Header-module__Af2_WG__mobileMenuPopupLink:last-child {
  border-bottom: none;
}

.Header-module__Af2_WG__mobileMenuPopupLink:active, .Header-module__Af2_WG__mobileMenuPopupLink:hover {
  color: #4e9cfb;
  background: #f7f7fb;
}

.Header-module__Af2_WG__mobileTopRow {
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  display: flex;
}

.Header-module__Af2_WG__mobileLogo {
  align-items: center;
  display: flex;
}

.Header-module__Af2_WG__mobileLogo img {
  width: auto;
  height: 28px;
  display: block;
}

.Header-module__Af2_WG__mobileTopRight {
  align-items: center;
  gap: 8px;
  display: flex;
}

.Header-module__Af2_WG__mobileBottomRow {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  display: flex;
}

.Header-module__Af2_WG__mobileBottomRow .Header-module__Af2_WG__hamburger {
  flex-shrink: 0;
  display: flex;
}

.Header-module__Af2_WG__mobileMenu {
  flex: 1;
  gap: 20px;
  display: flex;
}

.Header-module__Af2_WG__mobileMenuGroup {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
  gap: 10px;
  height: 100%;
  padding-top: 10px;
  display: flex;
  overflow: auto hidden;
}

.Header-module__Af2_WG__mobileMenuGroup::-webkit-scrollbar {
  display: none;
}

.Header-module__Af2_WG__mobileMenuGroup .Header-module__Af2_WG__mobileMenuItem {
  align-items: center;
  padding: 10px;
}

.Header-module__Af2_WG__mobileMenuItem {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.Header-module__Af2_WG__mobileMenuLink {
  color: #787878;
  white-space: nowrap;
  text-align: center;
  align-items: center;
  height: 100%;
  padding: 8px 4px;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
  display: flex;
}

.Header-module__Af2_WG__mobileMenuLink:hover {
  color: #505050;
}

@media (width <= 768px) {
  .Header-module__Af2_WG__headerOuter {
    flex-direction: column;
  }

  .Header-module__Af2_WG__headerInner {
    display: none;
  }

  .Header-module__Af2_WG__mobileTopRight .Header-module__Af2_WG__plainBtn, .Header-module__Af2_WG__mobileTopRight .Header-module__Af2_WG__roundedBtn, .Header-module__Af2_WG__mobileTopRight .Header-module__Af2_WG__langBtn {
    padding: 4px 8px;
    font-size: 11px;
  }

  .Header-module__Af2_WG__mobileMenu {
    gap: 12px;
  }

  .Header-module__Af2_WG__mobileMenuLink {
    font-size: 13px;
  }

  .Header-module__Af2_WG__mobileAccordionMenu {
    top: 0;
  }

  .Header-module__Af2_WG__mobileBottomRow .Header-module__Af2_WG__hamburger {
    display: flex !important;
  }
}

@media (width <= 480px) {
  .Header-module__Af2_WG__mobileMenu {
    gap: 8px;
  }

  .Header-module__Af2_WG__mobileMenuLink {
    padding: 6px 2px;
    font-size: 13px;
  }
}

.Header-module__Af2_WG__mobileMenuPopupSubMenu {
  background: #f7f7fb;
  flex-direction: column;
  padding: 0 0 8px;
  display: flex;
}

.Header-module__Af2_WG__mobileMenuPopupSubMenuLink {
  color: #222;
  text-align: left;
  width: 100%;
  padding: 10px 32px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.Header-module__Af2_WG__mobileMenuPopupSubMenuLink:active, .Header-module__Af2_WG__mobileMenuPopupSubMenuLink:hover {
  color: #4e9cfb;
  background: #eaf3ff;
}

.Header-module__Af2_WG__adminModeBanner {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  width: 100%;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px #667eea4d;
}

.Header-module__Af2_WG__adminModeBanner:before {
  content: "";
  background: linear-gradient(90deg, #0000, #fff3, #0000);
  width: 100%;
  height: 100%;
  animation: 2s infinite Header-module__Af2_WG__shimmer;
  position: absolute;
  top: 0;
  left: -100%;
}

@keyframes Header-module__Af2_WG__shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.Header-module__Af2_WG__adminModeContent {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.Header-module__Af2_WG__adminModeText {
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
}

.Header-module__Af2_WG__adminTargetEmail {
  opacity: .9;
  font-size: .9rem;
  font-weight: normal;
}

.Header-module__Af2_WG__adminExitBtn {
  color: #fff;
  cursor: pointer;
  background: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s;
}

.Header-module__Af2_WG__adminExitBtn:hover {
  background: #ffffff4d;
  border-color: #ffffff80;
  transform: translateY(-1px);
}


/* [project]/components/Footer.module.css [app-client] (css) */
.Footer-module__EZoWya__footerOuter {
  letter-spacing: -.5px;
  background-color: #f7f7fb;
  width: 100%;
  height: 296px;
  font-family: Pretendard, sans-serif;
}

.Footer-module__EZoWya__footerInner {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 296px;
  margin: 0 auto;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.Footer-module__EZoWya__footerLeft {
  flex-direction: column;
  gap: 10px;
  width: 397px;
  height: auto;
  display: flex;
}

.Footer-module__EZoWya__footerLeft .Footer-module__EZoWya__footerTitle {
  color: #111;
  font-size: 22px;
  font-weight: bold;
}

.Footer-module__EZoWya__footerLeft .Footer-module__EZoWya__footerDescription {
  color: #505050;
  font-size: 12px;
  line-height: 2.18;
}

.Footer-module__EZoWya__footerRight {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 227px;
  height: 85px;
  display: flex;
}

.Footer-module__EZoWya__footerRight .Footer-module__EZoWya__footerDescription {
  color: #505050;
  white-space: pre-line;
  font-size: 12.5px;
  line-height: 3;
}

.Footer-module__EZoWya__footerRight .Footer-module__EZoWya__footerQna button {
  color: #505050;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #505050;
  margin-top: 6px;
  padding: 4px 8px;
  font-size: 12px;
}

.Footer-module__EZoWya__footerBtns {
  gap: 8px;
  margin-top: 8px;
  display: flex;
}

.Footer-module__EZoWya__iconBtn {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  transition: background .3s;
  display: flex;
}

.Footer-module__EZoWya__iconBtn:hover {
  background: #f0f0f0;
}


/*# sourceMappingURL=_d5a26cab._.css.map*/