/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/app/(public)/login/page.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.page_wrapper__So6rC {
  min-height: 100vh;
  background: var(--color-brand-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  font-family:
    'Pretendard Variable',
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
}

.page_loginBox__waagB {
  width: 360px;
  background: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 44px 32px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 24px 64px;
}

/* ── 브랜드 헤더 ── */
.page_brandHeader__IJTZg {
  text-align: center;
  margin-bottom: 32px;
}

.page_brandLogo__42lkz {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: var(--color-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.page_brandLogoText__nVeCW {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 800;
}

.page_brandTitle__NVsjz {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.page_brandComply__HerIt {
  color: var(--color-brand);
}

.page_brandSight__qRAPz {
  color: #111;
}

.page_brandSub__Dr9xq {
  margin: 0;
  font-size: 12px;
  color: #929292;
}

/* ── 아이디 필드 ── */
.page_idBlock__g6ECP {
  margin-bottom: 6px;
}

.page_idRow__xl47_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  gap: 12px;
}

.page_fieldLabel__4HOqo {
  font-size: 12px;
  font-weight: 600;
  color: #929292;
}

.page_saveIdLabel__SQeds {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background: transparent;
  border: none;
  padding: 0;
}

.page_saveIdLabel__SQeds:disabled {
  cursor: default;
  opacity: 0.5;
}

.page_saveIdCheck__bGyUi {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  flex-shrink: 0;
  border: 1.5px solid #ccc;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}

.page_saveIdCheckActive__5A_U5 {
  border-color: var(--color-brand);
  background: var(--color-brand);
}

.page_saveIdText__DF_NR {
  font-size: 12px;
  color: #929292;
  font-weight: 400;
}

.page_saveIdTextActive___3GP0 {
  color: var(--color-brand);
  font-weight: 600;
}

/* ── 비밀번호 필드 ── */
.page_pwBlock__BoFvo {
  margin-bottom: 6px;
  margin-top: 10px;
}

.page_pwLabel__dBNi_ {
  font-size: 12px;
  font-weight: 600;
  color: #929292;
  display: block;
  margin-bottom: 5px;
}

/* ── 에러 메시지 ── */
.page_loginNoticeBox__TqCE8 {
  margin-top: 20px;
  padding: 12px 14px;
  background: rgb(230, 243, 250);
  border: 1px solid rgba(51, 156, 213, 0.19);
  border-radius: 6px;
  font-size: 12px;
  color: rgb(37, 128, 175);
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}

.page_loginNoticeTitle__RWEAm {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.page_loginNoticeIcon__GkQnK {
  font-size: 13px;
  line-height: 1;
}

.page_loginNoticeMsg__Gg6oQ {
  font-size: 12px;
  color: rgb(37, 128, 175);
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}

.page_errBox__6fAcm {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 12px;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  font-size: 12px;
  color: #b91c1c;
  display: flex;
  gap: 6px;
  align-items: flex-start;
}

/* ── 사이트 선택 ── */
.page_siteRow__9Ai1_ {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  margin-top: 12px;
}

.page_siteRowWithErr__x3dgR {
  margin-top: 4px;
}

.page_siteCard___yMKW {
  flex: 1 1;
  padding: 10px 8px;
  border-radius: 6px;
  border: 2px solid var(--color-border);
  text-align: center;
  cursor: pointer;
  background: var(--color-white);
  transition: all 0.3s;
  opacity: 1;
}

.page_siteCard___yMKW:hover:not(:disabled) {
  transform: translateY(-1px);
}

.page_siteCardActive__gZ6Tz {
  border-color: var(--color-brand);
  background: var(--color-primary-light);
}

.page_siteCardLocked__N2Efg {
  cursor: default;
  opacity: 0.5;
}

.page_siteTitle__mCHIC {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}

.page_siteTitleActive__jtbjP {
  color: var(--color-brand);
}

.page_siteDesc__07AIg {
  font-size: 12px;
  color: #929292;
  margin-top: 2px;
}

/* ── 로그인 버튼 ── */
.page_loginBtn__M98uf {
  width: 100%;
  padding: 13px;
  color: var(--color-white);
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-brand);
  cursor: pointer;
}

.page_loginBtnDisabled__7c37H {
  background: #94a3b8 !important;
  cursor: not-allowed;
}

/* ── 비밀번호 재설정 링크 ── */
.page_pwResetWrap__IdQmd {
  text-align: center;
  margin-top: 14px;
}

.page_pwResetText__4tNT1 {
  font-size: 12px;
  color: var(--color-brand);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  background: transparent;
  border: none;
  padding: 0;
}

.page_pwResetTextLocked__1hy3j {
  color: #94a3b8 !important;
  cursor: default;
  text-decoration: none;
}

/* ── 모달 ── */
.page_modalOverlay__34VsO {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.page_modalCard__YutyG {
  width: min(400px, 100%);
  background: var(--color-white);
  border-radius: 14px;
  padding: 36px 32px 32px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  position: relative;
}

.page_modalClose__PgcuN {
  position: absolute;
  top: 16px;
  right: 18px;
  background: none;
  border: none;
  font-size: 22px;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.page_modalClose__PgcuN:hover {
  color: #555;
}

/* ── 비밀번호 재설정 — input 단계 ── */
.page_resetIconWrap__kgbJd {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.page_resetTitleWrap__Qw7ph {
  text-align: center;
  margin-bottom: 6px;
}

.page_resetTitle__vnzqx {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.page_resetDesc__J9nLg {
  font-size: 12px;
  color: #666;
  line-height: 1.65;
}

.page_emailBlock__IurBK {
  margin-top: 22px;
  margin-bottom: 4px;
}

.page_emailLabel__EzDzF {
  font-size: 12px;
  font-weight: 600;
  color: #929292;
  display: block;
  margin-bottom: 6px;
}

.page_emailError__ArMIy {
  margin-top: 4px;
  font-size: 12px;
  color: #ef4444;
}

.page_resetSendBtn__C5uyo {
  width: 100%;
  margin-top: 16px;
  padding: 12px;
  color: var(--color-white);
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-brand);
  cursor: pointer;
}

.page_resetSendBtn__C5uyo:hover:not(:disabled) {
  filter: brightness(0.94);
}

.page_resetSendBtnDisabled__bLZGY {
  background: #94a3b8 !important;
  cursor: not-allowed;
}

/* ── 비밀번호 재설정 — done 단계 ── */
.page_doneWrap___NB77 {
  text-align: center;
  margin-bottom: 20px;
}

.page_doneIconWrap__pQwqh {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f0fdf4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.page_doneTitle__4nbW8 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.page_doneDesc__NKRcn {
  font-size: 12px;
  color: #555;
  line-height: 1.75;
}

.page_doneEmail__q1ZvE {
  font-weight: 600;
  color: #111;
}

.page_doneHint__caGKe {
  font-size: 12px;
  color: #929292;
}

.page_doneBtn__N1Ugh {
  width: 100%;
  padding: 12px;
  background: var(--color-brand);
  color: var(--color-white);
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.page_doneBtn__N1Ugh:hover {
  filter: brightness(0.94);
}

/* ── 반응형 ── */
@media (max-width: 480px) {
  .page_loginBox__waagB {
    padding: 32px 20px;
    border-radius: 10px;
  }

  .page_siteRow__9Ai1_ {
    flex-direction: column;
  }

  .page_modalCard__YutyG {
    padding: 32px 20px 24px;
  }
}

