/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./styles/globals.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 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;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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]) {
    -webkit-text-decoration: underline dotted;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  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;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 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;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .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;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .justify-center {
    justify-content: center;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .break-all {
    word-break: break-all;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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, 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));
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
:root {
  --background: #ffffff;
  --foreground: #171717;
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}
body {
  background: var(--background);
  color: var(--foreground);
  font-family: 'Pretendard', sans-serif;
  letter-spacing: -0.5px;
}
.userContainer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: -0.5px;
}
.userTopBanner {
  width: 100vw;
  height: 640px;
  margin-left: calc(-50vw + 50%);
  background-size: 1920px 640px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.userTopBannerContent {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .userTopBannerContent {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .userTopBanner {
    height: 400px;
    background-size: 1920px 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;
}
@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;
    }
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/Header.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Header_headerOuter__F_qO2 {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;

  font-family: 'Pretendard', sans-serif;  /* ✅ 폰트 설정 */
  letter-spacing: -0.5px;
  position: relative;

}

/* PC 버전 높이 */
.Header_headerOuter__F_qO2:not(.Header_mobile__GtAmL) {
  height: 88px;
}

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

.Header_headerInnerKO__Q4GPt {
  /* 한국어 버전 특별 스타일 */
}

.Header_headerInnerRU__ar7lO {
  /* 러시아어 버전 특별 스타일 */
}

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

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

@media (max-width: 1126px) {
  .Header_headerInnerRU__ar7lO .Header_headerLeft__fxq5_ .Header_logo____uDV {
    display: none;
  }

  .Header_headerInnerRU__ar7lO .Header_headerLeft__fxq5_ .Header_hamburger__zEELl {
    display: none;
  }

  .Header_subMenuContainerRU__Hi2QY {
    left: -260px;

  }
}


@media (max-width: 926px) {
  .Header_headerInnerRU__ar7lO .Header_headerLeft__fxq5_ .Header_logo____uDV {
    display: none;
  }

  .Header_headerInnerRU__ar7lO .Header_headerLeft__fxq5_ .Header_hamburger__zEELl {
    display: none;
  }

  .Header_headerInner__6Ae68 .Header_headerLeft__fxq5_ .Header_menu__0AeTE {
    gap: 14px;
  }

  .Header_headerInnerRU__ar7lO .Header_headerRight__QvoVN .Header_plainBtn__yaRrN {
    display: none;
  }

  .Header_subMenuContainerRU__Hi2QY {
    left: -260px;
  }
}



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

.Header_hamburgerLine__fcf4q {
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  transition: all 0.3s ease;
}

.Header_hamburgerLine__fcf4q.Header_active__c7HdO:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.Header_hamburgerLine__fcf4q.Header_active__c7HdO:nth-child(2) {
  opacity: 0;
}

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

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

/* 가입하기: 텍스트만 있는 버튼 */
.Header_plainBtn__yaRrN {
  background: transparent;
  border: none;
  font-size: 12px;
  cursor: pointer;
  padding: 6px 12px;
  color: #333;
}

/* 로그인: 하늘색 배경 + 라운드 처리 */
.Header_roundedBtn__zmWiX {
  background-color: #4e9cfb; /* 연한 하늘색 */
  border: none;
  border-radius: 999px; /* 타원형 */
  padding: 2px 9px;
  font-size: 12px;
  color: white;
  cursor: pointer;

}

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

.Header_langIcon__ceI8f {
  width: 12px;
  height: 12px;
  stroke: #333;
}

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

.Header_menu__0AeTE a {
  text-decoration: none;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}

.Header_menuItem__xkzs6 {
  position: relative;
  display: inline-block;
}

.Header_menuLink__ZroQM {
  display: inline-block;
  padding: 30px 2px;
  font-size: 16px;
  color: #787878; /* 기본 색상 */
  text-decoration: none;
  white-space: pre-line;
  transition: color 0.2s ease;
  text-align: center;
  line-height: 1.2;
}

.Header_menuLink__ZroQM:hover {
  color: #505050; /* 롤오버 색상 */
}

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

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

.Header_subMenuItem__TufNb:hover {
  color: #505050;
}

.Header_langWrapper__lQIKQ {
  position: relative;
}

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

.Header_langOption__IVKpH {
  padding: 8px 16px;
  font-size: 14px;
  color: #111111;
  cursor: pointer;
  display: flex;
  align-items: center;

  text-wrap: nowrap;
}

.Header_langSeparator__lQ31_ {
  color: #E5E5EC;
  margin:0 10px;
}

.Header_langFlag__Ly6LK {
  width: 22px;
  height: 22px;
}

.Header_langText__OpdNo {
  margin-left: 10px;
}

.Header_langOption__IVKpH:hover {
  /*background-color: #f0f0f0;*/
}

/* 전체 서브메뉴 배경 */
.Header_subMenuBackground__iJEpf {
  position: absolute;
  top: 86px; /* 헤더 높이만큼 아래 */
  left: 0;
  width: 100%;
  height: 140px;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  z-index: 999;
}

/* 서브메뉴 wrapper */
.Header_subMenuWrapper__WXH1u {
  width: 1280px;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
}

/* 서브메뉴 컨테이너 */
.Header_subMenuContainer___lJ_0 {
  position: absolute;
}

.Header_subMenuContainerKO__rfB4h {
  margin-left:260px;
  position: relative;
  display: flex;
}

.Header_subMenuContainerRU__Hi2QY {
  margin-left:260px;
  position: relative;
  display: flex;
}

/* 모바일 메뉴 오버레이 */
.Header_mobileMenuOverlay__a4lE9 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  animation: Header_fadeIn__5jqN_ 0.3s ease;
}

.Header_mobileMenu__YC5Nj {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  background-color: #1a1a1a;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  animation: Header_slideIn__6s8Hu 0.3s ease;
  overflow-y: auto;
}

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

.Header_mobileLogo__zybmo {
  flex: 1;
}

.Header_mobileCloseBtn__bqStp {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header_mobileNav__FuzZI {
  margin-bottom: 40px;
}

.Header_mobileMenuItem__uuToZ {
  margin-bottom: 20px;
}

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

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

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

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

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

.Header_mobileAuthBtn__39969 {
  background: transparent;
  border: 1px solid #4e9cfb;
  color: #4e9cfb;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.Header_mobileLoginBtn__gmLou {
  background-color: #4e9cfb;
  color: white;
}

.Header_mobileLogoutBtn__ZOHs6 {
  background-color: #ff4757;
  border-color: #ff4757;
  color: white;
}

.Header_mobileAuthBtn__39969:hover {
  opacity: 0.8;
}

/* 애니메이션 */
@keyframes Header_fadeIn__5jqN_ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Header_slideIn__6s8Hu {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .Header_headerOuter__F_qO2 {
    height: 64px;
  }

  .Header_headerInner__6Ae68 {
    width: 100%;
    padding: 0 20px;
    height: 64px;
  }

  .Header_hamburger__zEELl {
    display: flex;
  }

  .Header_menu__0AeTE {
    display: none;
  }

  .Header_headerRight__QvoVN .Header_plainBtn__yaRrN,
  .Header_headerRight__QvoVN .Header_roundedBtn__zmWiX {
    display: none;
  }

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

  .Header_logo____uDV img {
    width: 160px;
    height: 28px;
  }

  .Header_subMenuBackground__iJEpf {
    display: none;
  }
}

@media (max-width: 480px) {
  .Header_headerInner__6Ae68 {
    padding: 0 16px;
  }

  .Header_mobileMenu__YC5Nj {
    width: 100%;
  }

  .Header_logo____uDV img {
    width: 140px;
    height: 24px;
  }
}

/* 모바일 아코디언 메뉴 */
.Header_mobileAccordionMenu__1fZlS {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 2000;
  display: flex;
  flex-direction: column;
}

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

.Header_mobileMenuPopupTitle__rGd9A {
  flex: 1;
}

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

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

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

.Header_mobileMenuPopupLink__uEq5Z:last-child {
  border-bottom: none;
}

.Header_mobileMenuPopupLink__uEq5Z:active,
.Header_mobileMenuPopupLink__uEq5Z:hover {
  background: #f7f7fb;
  color: #4e9cfb;
}

/* 모바일 2줄 헤더 스타일 */
.Header_mobileTopRow__rOx1Y {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
  
}

.Header_mobileLogo__zybmo {
  display: flex;
  align-items: center;
}

.Header_mobileLogo__zybmo img {
  height: 28px;
  width: auto;
  display: block;
}

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

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

.Header_mobileBottomRow__3WHqr .Header_hamburger__zEELl {
  display: flex;
  flex-shrink: 0;
}

.Header_mobileMenu__YC5Nj {
  display: flex;
  gap: 20px;
  flex: 1;
}

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


  overflow-y: hidden;
}

.Header_mobileMenuGroup__Ntnb1::-webkit-scrollbar {
  display: none;
}

.Header_mobileMenuGroup__Ntnb1 .Header_mobileMenuItem__uuToZ {
  align-items: center;

  padding: 10px;
}

.Header_mobileMenuItem__uuToZ {
  display: flex;
  align-items: center;

  flex-shrink: 0;
}

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

.Header_mobileMenuLink__g_P2L:hover {
  color: #505050;
}

/* 모바일 반응형 처리 */
@media (max-width: 768px) {
  .Header_headerOuter__F_qO2 {
    flex-direction: column;
  }
  
  .Header_headerInner__6Ae68 {
    display: none;
  }
  
  .Header_mobileTopRight__bwUmQ .Header_plainBtn__yaRrN,
  .Header_mobileTopRight__bwUmQ .Header_roundedBtn__zmWiX {
    font-size: 11px;
    padding: 4px 8px;
  }
  
  .Header_mobileTopRight__bwUmQ .Header_langBtn__iEFZb {
    font-size: 11px;
    padding: 4px 8px;
  }
  
  .Header_mobileMenu__YC5Nj {
    gap: 12px;
  }
  
  .Header_mobileMenuLink__g_P2L {
    font-size: 13px;
  }
  
  .Header_mobileAccordionMenu__1fZlS {
    top: 0; /* 전체 화면을 덮도록 */
  }
  
  /* 모바일에서 햄버거 메뉴 표시 */
  .Header_mobileBottomRow__3WHqr .Header_hamburger__zEELl {
    display: flex !important;
  }
}

/* 작은 모바일 화면에서 메뉴 간격 조정 */
@media (max-width: 480px) {
  .Header_mobileMenu__YC5Nj {
    gap: 8px;
  }
  
  .Header_mobileMenuLink__g_P2L {
    font-size: 13px;
    padding: 6px 2px;
  }
}

.Header_mobileMenuPopupSubMenu__jVtTP {
  background: #F7F7FB;
  display: flex;
  flex-direction: column;
  padding: 0 0 8px 0;
}
.Header_mobileMenuPopupSubMenuLink__cijX6 {
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 16px;
  color: #222;
  text-decoration: none;
  text-align: left;
}
.Header_mobileMenuPopupSubMenuLink__cijX6:active,
.Header_mobileMenuPopupSubMenuLink__cijX6:hover {
  color: #4e9cfb;
  background: #eaf3ff;
}

.Header_adminModeBanner__E2GsJ {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
}

.Header_adminModeBanner__E2GsJ::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: Header_shimmer__ENAtV 2s infinite;
}

@keyframes Header_shimmer__ENAtV {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

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

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

.Header_adminTargetEmail__5byTC {
  font-weight: normal;
  font-size: 0.9rem;
  opacity: 0.9;
}

.Header_adminExitBtn__hbDwn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.Header_adminExitBtn__hbDwn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/Footer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
/* components/Footer.module.css */

.Footer_footerOuter__rKWQS {
  width: 100%;
  height: 296px;
  background-color: #f7f7fb;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: -0.5px;
}

.Footer_footerInner__71N_i {
  width: 100%;
  max-width: 1280px;
  height: 296px;
  /*
  background-image: url('/guide/pc/_Footer.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;

  padding-top:32px;
}

.Footer_footerLeft___Lh3w {
  width: 397px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /*
  background-image: url('/guide/pc/_Footer_1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  */
}

.Footer_footerLeft___Lh3w .Footer_footerTitle__sYXFH {
  color: #111111;
  font-size: 22px;
  font-weight: bold;
}

.Footer_footerLeft___Lh3w .Footer_footerDescription___K8RA {
  color: #505050;
  font-size: 12px;
  line-height: 2.18;
}

.Footer_footerRight__UXiI0 {
  width: 227px;
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;  /* 👉 오른쪽 정렬 */
  justify-content: center;
  text-align: right;
}


.Footer_footerRight__UXiI0 .Footer_footerDescription___K8RA {
  color: #505050;
  font-size: 12.5px;
  line-height: 3;
  white-space: pre-line; /* <br/> 없이 줄바꿈 가능하게 */
}

.Footer_footerRight__UXiI0 .Footer_footerQna__a_dA0 button {
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #505050;
  color: #505050;
  background-color: transparent;
  cursor: pointer;
  margin-top: 6px;
}


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

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

.Footer_iconBtn__Fw56l:hover {
  background: #f0f0f0;
}

