/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
}

