@charset "utf-8";

@import url("../../../css/skin-unified.css");

/* Register terms page overrides for Sejong theme */
.site-content > .register.register--terms {
  padding-top: clamp(148px, 17vw, 196px);
  padding-bottom: 96px;
}

.register.register--terms {
  width: min(calc(100% - 40px), 1160px);
}

.register.register--terms .register__shell,
.register.register--terms #fregister {
  display: grid;
  gap: 24px;
}

.register.register--terms .register-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  overflow: hidden;
  min-height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(45, 212, 191, 0.2), transparent 36%),
    linear-gradient(135deg, #0a1324 0%, #0f2f3c 52%, #173e7a 100%);
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.2);
}

.register.register--terms .register-hero::before,
.register.register--terms .register-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.register.register--terms .register-hero::before {
  top: -72px;
  left: -46px;
  width: 220px;
  height: 220px;
  background: rgba(45, 212, 191, 0.24);
  filter: blur(10px);
}

.register.register--terms .register-hero::after {
  right: -58px;
  bottom: -96px;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.08);
}

.register.register--terms .register-hero__copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 42px 42px 42px 46px;
}

.register.register--terms .register-hero__eyebrow {
  margin: 0;
  color: rgba(151, 244, 226, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.register.register--terms .register-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.register.register--terms .register-hero__text {
  margin: 0;
  max-width: 520px;
  color: rgba(232, 239, 250, 0.84);
  font-size: 1rem;
  line-height: 1.8;
}

.register.register--terms .register-hero__media {
  position: relative;
  min-height: 100%;
}

.register.register--terms .register-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 19, 36, 0.1) 0%, rgba(10, 19, 36, 0.54) 100%),
    linear-gradient(180deg, rgba(8, 15, 29, 0.02) 0%, rgba(8, 15, 29, 0.3) 100%);
}

.register.register--terms .register-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register.register--terms #fregister > p {
  margin: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  border: 1px solid rgba(45, 212, 191, 0.2);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(37, 99, 235, 0.08));
  color: #0f172a;
  font-size: 0.97rem;
  font-weight: 700;
  line-height: 1.6;
}

.register.register--terms #fregister > p::before {
  content: "";
  position: static;
  width: 7px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0f766e 0%, #2563eb 100%);
}

.register.register--terms .register-terms__grid {
  display: grid;
  gap: 22px;
}

.register.register--terms #fregister section {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.register.register--terms .register-terms__heading {
  display: block;
  padding: 24px 30px 20px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px 30px 0 0;
  background:
    radial-gradient(circle at top left, rgba(45, 212, 191, 0.08), transparent 34%),
    rgba(248, 251, 255, 0.94);
}

.register.register--terms #fregister_term .register-terms__heading,
.register.register--terms #fregister_private .register-terms__heading {
  border-radius: 30px 30px 0 0;
}

.register.register--terms .register-terms__heading > div {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.register.register--terms .register-terms__heading .register-terms__step,
.register.register--terms .register-terms__heading .register-terms__caption {
  display: none !important;
}

.register.register--terms #fregister h2 {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #0f172a;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.register.register--terms #fregister_term textarea {
  border: 0;
  border-radius: 0;
  min-height: 260px;
  padding: 24px 30px 20px;
  background: transparent;
  color: #475569;
  line-height: 1.82;
}

.register.register--terms #fregister_term textarea::-webkit-scrollbar {
  width: 10px;
}

.register.register--terms #fregister_term textarea::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.5);
  background-clip: padding-box;
}

.register.register--terms .fregister_terms > div:not(.register-terms__heading) {
  margin: 0;
  padding: 0 30px 22px;
  border-radius: 0;
  background: transparent;
}

.register.register--terms .fregister_terms table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 20px;
}

.register.register--terms .fregister_terms th,
.register.register--terms .fregister_terms td {
  padding: 16px 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  vertical-align: top;
  line-height: 1.7;
}

.register.register--terms .fregister_terms th {
  background: rgba(247, 249, 252, 0.95);
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 800;
}

.register.register--terms .fregister_terms td {
  color: #475569;
  font-size: 0.94rem;
  background: rgba(255, 255, 255, 0.82);
}

.register.register--terms .fregister_agree,
.register.register--terms #fregister_chkall {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 74px;
  margin: 0;
  padding: 0 30px;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 251, 255, 0.76);
}

.register.register--terms .fregister_agree input[type="checkbox"],
.register.register--terms #fregister_chkall input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.register.register--terms #fregister_chkall {
  min-height: 88px;
  padding-right: 32px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(45, 212, 191, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07);
}

.register.register--terms .fregister_agree input[type="checkbox"] + label,
.register.register--terms #fregister_chkall input[type="checkbox"] + label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 74px;
  padding-left: 42px;
  color: #0f172a;
  font-size: 0.97rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  margin: 0;
}

.register.register--terms #fregister_chkall input[type="checkbox"] + label {
  min-height: 88px;
}

.register.register--terms .fregister_agree input[type="checkbox"] + label:hover,
.register.register--terms #fregister_chkall input[type="checkbox"] + label:hover {
  color: #0f172a;
}

.register.register--terms .fregister_agree input[type="checkbox"] + label span,
.register.register--terms #fregister_chkall input[type="checkbox"] + label span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  margin: 0;
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 9px;
  background: #fff;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.register.register--terms .fregister_agree input[type="checkbox"]:checked + label,
.register.register--terms #fregister_chkall input[type="checkbox"]:checked + label {
  color: #0f172a;
}

.register.register--terms .fregister_agree input[type="checkbox"]:checked + label span,
.register.register--terms #fregister_chkall input[type="checkbox"]:checked + label span {
  border-color: #0f766e;
  background: linear-gradient(135deg, #0f766e 0%, #2563eb 100%);
  box-shadow: 0 10px 18px rgba(37, 99, 235, 0.18);
}

.register.register--terms .fregister_agree input[type="checkbox"]:checked + label span::before,
.register.register--terms #fregister_chkall input[type="checkbox"]:checked + label span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -62%) rotate(-45deg);
}

.register.register--terms .btn_confirm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.register.register--terms .btn_confirm .btn_close,
.register.register--terms .btn_confirm .btn_submit {
  width: 100%;
  min-height: 62px;
  min-width: 0;
  border-radius: 22px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.register.register--terms .btn_confirm .btn_submit {
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.18);
}

/* Register form page overrides for Sejong theme */
body:has(.register.register--form) {
  background: #fff;
}

.site-content:has(.register.register--form) {
  background: #fff;
}

.site-content > .register.register--form {
  padding-top: clamp(148px, 17vw, 196px);
  padding-bottom: 96px;
}

.register.register--form {
  width: min(calc(100% - 40px), 1120px);
}

.register.register--form .register-form__body {
  display: grid;
  gap: 22px;
}

.register.register--form #register_form.form_01 {
  display: grid;
  gap: 22px;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.register.register--form .register_form_inner {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
}

.register.register--form .register_form_inner h2 {
  margin: 0;
  padding: 24px 30px 20px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: #0f172a;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.register.register--form .register_form_inner > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  margin: 0;
  padding: 28px 30px 30px;
  list-style: none;
}

.register.register--form .register_form_inner > ul > li {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  margin: 0;
}

.register.register--form .register_form_inner > ul > li.half_input {
  grid-column: span 1;
}

.register.register--form .register_form_inner label:not(.sound_only) {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.55;
}

.register.register--form .sound_only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.register.register--form .register_form_inner .tooltip_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  border: 0;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
}

.register.register--form .register_form_inner .tooltip_icon i {
  font-size: 0.94rem;
}

.register.register--form .register_form_inner .tooltip {
  position: absolute;
  z-index: 20;
  left: 0;
  top: calc(100% + 10px);
  display: none;
  width: min(360px, calc(100vw - 48px));
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: #111827;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.65;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.22);
}

.register.register--form .register_form_inner .tooltip::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -7px;
  width: 14px;
  height: 14px;
  background: #111827;
  transform: rotate(45deg);
}

.register.register--form .register_form_inner .frm_input,
.register.register--form .register_form_inner select,
.register.register--form .register_form_inner textarea {
  min-height: 56px;
  border-radius: 18px;
}

.register.register--form .register_form_inner textarea {
  min-height: 150px;
  padding: 16px 18px;
  resize: vertical;
}

.register.register--form .register_form_inner .full_input,
.register.register--form .register_form_inner .frm_address {
  width: 100%;
}

.register.register--form .register_form_inner .twopart_input {
  width: min(180px, 100%);
}

.register.register--form .register_form_inner .btn_frmline {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 0.9rem;
}

.register.register--form .register_form_inner .cert_desc {
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 600;
}

.register.register--form .register_form_inner .cert_req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.08);
  color: #b91c1c;
  font-size: 0.81rem;
  font-weight: 800;
}

.register.register--form .register_form_inner #msg_certify {
  margin-top: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 16px;
  background: rgba(15, 118, 110, 0.08);
  color: #0f766e;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

.register.register--form .register_form_inner #msg_mb_id,
.register.register--form .register_form_inner #msg_mb_nick,
.register.register--form .register_form_inner #msg_mb_email {
  min-height: 20px;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.5;
}

.register.register--form .register_form_inner input[type="file"] {
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px dashed rgba(15, 23, 42, 0.16);
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.88);
  color: #475569;
}

.register.register--form .register_form_inner img {
  max-width: 132px;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.register.register--form .register_form_inner .chk_box {
  position: relative;
}

.register.register--form .register_form_inner > ul > li.chk_box,
.register.register--form .register_form_inner > ul > li.is_captcha_use {
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: #fff;
}

.register.register--form .register_form_inner .chk_box input[type="checkbox"] + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-left: 28px;
  margin: 0;
}

.register.register--form .register_form_inner .chk_box input[type="checkbox"] + label span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  transform: translateY(-50%);
}

.register.register--form .register_form_inner .chk_li {
  padding-left: 0;
  color: #334155;
  line-height: 1.7;
}

.register.register--form .register_form_inner .consent-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.register.register--form .register_form_inner .js-open-consent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.06);
  color: #1d4ed8;
  font-size: 0.86rem;
  font-weight: 700;
}

.register.register--form .register_form_inner .consent-date {
  color: #64748b;
  font-size: 0.83rem;
  line-height: 1.5;
}

.register.register--form .register_form_inner .sub-consents {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding: 14px 0 0;
  list-style: none;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.register.register--form .register_form_inner .sub-consents .is-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.register.register--form .register_form_inner .is_captcha_use {
  align-items: start;
  gap: 16px;
}

.register.register--form .captcha-guide {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.6;
}

.register.register--form #captcha {
  display: grid;
  grid-template-columns: auto minmax(120px, 180px) auto auto 1fr;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #f8fafc;
}

.register.register--form #captcha legend {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.register.register--form #captcha_img {
  width: 148px;
  max-width: 100%;
  height: 58px;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  object-fit: contain;
}

.register.register--form #captcha_key {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
}

.register.register--form #captcha_key:focus {
  border-color: rgba(15, 118, 110, 0.5);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.11);
}

.register.register--form #captcha button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  background: #fff;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
}

.register.register--form #captcha button:hover,
.register.register--form #captcha button:focus {
  border-color: rgba(15, 118, 110, 0.28);
  color: #0f766e;
}

.register.register--form #captcha_info {
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

.register.register--form .btn_confirm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.register.register--form .btn_confirm .btn_close,
.register.register--form .btn_confirm .btn_submit {
  width: 100%;
  min-height: 62px;
  min-width: 0;
  border-radius: 22px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.register.register--form .btn_confirm .btn_submit {
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.18);
}

@media (max-width: 1080px) {
  .site-content > .register.register--terms {
    padding-top: clamp(138px, 18vw, 170px);
    padding-bottom: 78px;
  }

  .register.register--terms {
    width: min(calc(100% - 24px), 1160px);
  }

  .register.register--terms .register-hero {
    grid-template-columns: 1fr;
  }

  .register.register--terms .register-hero__media {
    min-height: 280px;
  }

  .site-content > .register.register--form {
    padding-top: clamp(138px, 18vw, 170px);
    padding-bottom: 78px;
  }

  .register.register--form {
    width: min(calc(100% - 24px), 1120px);
  }
}

@media (max-width: 720px) {
  .site-content > .register.register--terms {
    padding-top: 126px;
    padding-bottom: 58px;
  }

  .register.register--terms .register__shell,
  .register.register--terms #fregister {
    gap: 18px;
  }

  .register.register--terms .register-hero {
    min-height: 0;
    border-radius: 28px;
  }

  .register.register--terms .register-hero__copy {
    padding: 28px 22px 24px;
  }

  .register.register--terms .register-hero__text {
    font-size: 0.94rem;
  }

  .register.register--terms .register-hero__media {
    min-height: 220px;
  }

  .register.register--terms #fregister > p {
    padding: 16px 18px;
    font-size: 0.92rem;
  }

  .register.register--terms .register-terms__heading {
    padding: 20px 20px 18px;
  }

  .register.register--terms #fregister h2 {
    font-size: 1.12rem;
  }

  .register.register--terms #fregister_term textarea {
    min-height: 220px;
    padding: 20px;
    font-size: 0.9rem;
  }

  .register.register--terms .fregister_terms > div:not(.register-terms__heading) {
    padding: 0 20px 18px;
    overflow-x: auto;
  }

  .register.register--terms .fregister_terms table {
    min-width: 560px;
  }

  .register.register--terms .fregister_terms th,
  .register.register--terms .fregister_terms td {
    padding: 12px 13px;
    font-size: 0.88rem;
    word-break: keep-all;
  }

  .register.register--terms .fregister_agree,
  .register.register--terms #fregister_chkall {
    min-height: 70px;
    padding: 14px 20px;
  }

  .register.register--terms .fregister_agree input[type="checkbox"] + label,
  .register.register--terms #fregister_chkall input[type="checkbox"] + label {
    align-items: flex-start;
    padding-left: 38px;
    font-size: 0.92rem;
  }

  .register.register--terms .fregister_agree input[type="checkbox"] + label span,
  .register.register--terms #fregister_chkall input[type="checkbox"] + label span {
    width: 24px;
    height: 24px;
    top: 2px;
    transform: none;
  }

  .register.register--terms .btn_confirm {
    grid-template-columns: 1fr;
  }

  .register.register--terms .btn_confirm .btn_close,
  .register.register--terms .btn_confirm .btn_submit {
    min-height: 56px;
    border-radius: 18px;
  }

  .site-content > .register.register--form {
    padding-top: 126px;
    padding-bottom: 58px;
  }

  .register.register--form .register-form__body,
  .register.register--form #register_form.form_01 {
    gap: 18px;
  }

  .register.register--form .register_form_inner {
    border-radius: 24px;
  }

  .register.register--form .register_form_inner h2 {
    padding: 20px 20px 18px;
    font-size: 1.08rem;
  }

  .register.register--form .register_form_inner > ul {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .register.register--form .register_form_inner > ul > li.half_input {
    grid-column: 1 / -1;
  }

  .register.register--form .register_form_inner .frm_input,
  .register.register--form .register_form_inner select,
  .register.register--form .register_form_inner textarea {
    min-height: 52px;
    border-radius: 16px;
  }

  .register.register--form .register_form_inner .btn_frmline,
  .register.register--form .register_form_inner .js-open-consent {
    width: 100%;
  }

  .register.register--form .register_form_inner > ul > li.chk_box,
  .register.register--form .register_form_inner > ul > li.is_captcha_use {
    padding: 18px;
    border-radius: 18px;
  }

  .register.register--form .register_form_inner .tooltip {
    width: min(300px, calc(100vw - 56px));
  }

  .register.register--form #captcha {
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 16px;
  }

  .register.register--form #captcha_img {
    width: 160px;
  }

  .register.register--form #captcha button,
  .register.register--form #captcha_key {
    width: 100%;
  }

  .register.register--form .register_form_inner .consent-line {
    align-items: flex-start;
  }

  .register.register--form .register_form_inner .sub-consents {
    gap: 10px;
  }

  .register.register--form .btn_confirm {
    grid-template-columns: 1fr;
  }

  .register.register--form .btn_confirm .btn_close,
  .register.register--form .btn_confirm .btn_submit {
    min-height: 56px;
    border-radius: 18px;
  }
}

/* Login page */
.site-content > #mb_login.login-page {
  width: min(calc(100% - 40px), 1060px);
  padding-top: clamp(132px, 15vw, 176px);
  padding-bottom: 96px;
}

#mb_login.login-page {
  color: #142033;
}

#mb_login.login-page .login-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1fr);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}

#mb_login.login-page .login-panel__visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 560px;
  padding: 42px;
  background:
    linear-gradient(145deg, rgba(6, 17, 30, 0.18), rgba(6, 17, 30, 0.74)),
    url("../../../img/hero/hero-human-urban-01.jpg"),
    linear-gradient(145deg, #123137 0%, #24456e 100%);
  background-position: center;
  background-size: cover;
}

#mb_login.login-page .login-panel__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
}

#mb_login.login-page .login-panel__visual-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  max-width: 360px;
  color: #fff;
}

#mb_login.login-page .login-panel__eyebrow,
#mb_login.login-page .login-heading__eyebrow {
  margin: 0;
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#mb_login.login-page .login-panel__eyebrow {
  color: rgba(153, 246, 228, 0.92);
}

#mb_login.login-page .login-panel__visual-inner strong {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.04em;
}

#mb_login.login-page .login-panel__form.mbskin_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  min-width: 0;
  padding: clamp(34px, 5vw, 58px);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

#mb_login.login-page .login-heading {
  display: grid;
  gap: 10px;
}

#mb_login.login-page .login-heading h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.05em;
}

#mb_login.login-page .login-heading__text {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
}

#mb_login.login-page .mb_log_cate {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

#mb_login.login-page .mb_log_cate h2,
#mb_login.login-page .mb_log_cate .join {
  width: auto;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111827;
  font-size: 1.06rem;
  font-weight: 800;
  text-align: left;
}

#mb_login.login-page .mb_log_cate .join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 0 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  color: #0f766e;
  font-size: 0.9rem;
  font-weight: 800;
  background: #f8fafc;
}

#mb_login.login-page #login_fs {
  display: grid;
  gap: 14px;
  padding: 0;
  min-width: 0;
  border: 0;
}

#mb_login.login-page #login_fs legend,
#mb_login.login-page #login_fs .sound_only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#mb_login.login-page .frm_input {
  min-height: 58px;
  border-color: rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: #f8fafc;
  color: #111827;
  font-size: 1rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

#mb_login.login-page .frm_input::placeholder {
  color: #94a3b8;
}

#mb_login.login-page .frm_input:focus {
  border-color: rgba(15, 118, 110, 0.5);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.11);
}

#mb_login.login-page #login_fs > .btn_submit {
  order: 4;
  width: 100%;
  min-height: 58px;
  margin-top: 4px;
  border-radius: 16px;
  background: #0f766e;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(15, 118, 110, 0.2);
}

#mb_login.login-page #login_fs > .btn_submit:hover,
#mb_login.login-page #login_fs > .btn_submit:focus {
  opacity: 1;
  background: #115e59;
}

#mb_login.login-page #login_info {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 4px;
}

#mb_login.login-page #login_id {
  order: 1;
}

#mb_login.login-page #login_pw {
  order: 2;
}

#mb_login.login-page .login_if_auto.chk_box {
  position: relative;
}

#mb_login.login-page .login_if_auto.chk_box .selec_chk {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  opacity: 0;
}

#mb_login.login-page .login_if_auto.chk_box label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  margin: 0;
  padding: 0;
  color: #475569;
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
}

#mb_login.login-page .login_if_auto.chk_box label span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 7px;
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

#mb_login.login-page .login_if_auto.chk_box label span::after {
  content: "";
  width: 10px;
  height: 6px;
  margin-top: -2px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.16s ease;
}

#mb_login.login-page .login_if_auto.chk_box input[type="checkbox"]:checked + label {
  color: #0f766e;
}

#mb_login.login-page .login_if_auto.chk_box input[type="checkbox"]:checked + label span {
  border-color: #0f766e;
  background: #0f766e;
}

#mb_login.login-page .login_if_auto.chk_box input[type="checkbox"]:checked + label span::after {
  transform: rotate(-45deg) scale(1);
}

#mb_login.login-page .login_if_auto.chk_box input[type="checkbox"]:focus + label span {
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12), inset 0 0 0 2px #fff;
}

#mb_login.login-page .login_if_lpl a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: #64748b;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

#mb_login.login-page .login_if_lpl a:hover,
#mb_login.login-page .login_if_lpl a:focus {
  color: #0f766e;
}

#mb_login.login-page #sns_login {
  margin-top: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

#mb_login.login-page #mb_login_notmb,
#mb_login.login-page #mb_login_od_wr {
  margin-top: 24px;
}

@media (max-width: 900px) {
  #mb_login.login-page .login-panel {
    grid-template-columns: 1fr;
  }

  #mb_login.login-page .login-panel__visual {
    min-height: 220px;
    padding: 28px;
  }
}

@media (max-width: 720px) {
  .site-content > #mb_login.login-page {
    width: min(calc(100% - 24px), 1060px);
    padding-top: 118px;
    padding-bottom: 58px;
  }

  #mb_login.login-page .login-panel {
    border-radius: 24px;
  }

  #mb_login.login-page .login-panel__visual {
    min-height: 184px;
    padding: 24px;
  }

  #mb_login.login-page .login-panel__visual-inner strong {
    font-size: 1.5rem;
  }

  #mb_login.login-page .login-panel__form.mbskin_box {
    gap: 18px;
    padding: 24px 20px 22px;
  }

  #mb_login.login-page .login-heading h1 {
    font-size: 1.86rem;
  }

  #mb_login.login-page .login-heading__text {
    font-size: 0.94rem;
  }

  #mb_login.login-page .mb_log_cate {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  #mb_login.login-page .mb_log_cate .join {
    width: 100%;
  }

  #mb_login.login-page #login_info {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  #mb_login.login-page .frm_input,
  #mb_login.login-page #login_fs > .btn_submit {
    min-height: 54px;
    border-radius: 14px;
  }
}

/* 회원 비밀번호 확인 */
#mb_confirm.member-confirm {
  width: min(calc(100% - 40px), 680px);
  margin: 0 auto;
  padding: clamp(138px, 15vw, 180px) 0 92px;
  color: #111827;
  text-align: left;
}

#mb_confirm.member-confirm .member-confirm__card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}

#mb_confirm.member-confirm .member-confirm__head {
  display: grid;
  gap: 12px;
  padding: 42px 44px 36px;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

#mb_confirm.member-confirm .member-confirm__eyebrow {
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#mb_confirm.member-confirm h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.06em;
}

#mb_confirm.member-confirm p {
  margin: 0;
  padding: 0;
  border: 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.75;
}

#mb_confirm.member-confirm p strong {
  display: block;
  margin-bottom: 2px;
  color: #0f172a;
  font-size: 1.04rem;
  font-weight: 800;
}

#mb_confirm.member-confirm .member-confirm__form {
  padding: 34px 44px 42px;
}

#mb_confirm.member-confirm fieldset {
  display: grid;
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

#mb_confirm.member-confirm .member-confirm__id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 0 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #f8fafc;
}

#mb_confirm.member-confirm .confirm_id {
  color: #64748b;
  font-size: 0.94rem;
  font-weight: 800;
}

#mb_confirm.member-confirm #mb_confirm_id {
  display: block;
  min-width: 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
  word-break: break-all;
}

#mb_confirm.member-confirm .member-confirm__label {
  margin-top: 6px;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 800;
}

#mb_confirm.member-confirm .frm_input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: #fff;
  color: #111827;
  font-size: 1rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

#mb_confirm.member-confirm .frm_input::placeholder {
  color: #94a3b8;
}

#mb_confirm.member-confirm .frm_input:focus {
  border-color: rgba(15, 118, 110, 0.5);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.11);
  outline: 0;
}

#mb_confirm.member-confirm .btn_submit {
  width: 100%;
  min-height: 58px;
  margin-top: 8px;
  border: 0;
  border-radius: 16px;
  background: #0f172a;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.18);
  cursor: pointer;
}

#mb_confirm.member-confirm .btn_submit:hover,
#mb_confirm.member-confirm .btn_submit:focus {
  background: #0f766e;
  opacity: 1;
}

@media (max-width: 720px) {
  #mb_confirm.member-confirm {
    width: min(calc(100% - 24px), 680px);
    padding-top: 118px;
    padding-bottom: 58px;
  }

  #mb_confirm.member-confirm .member-confirm__card {
    border-radius: 24px;
  }

  #mb_confirm.member-confirm .member-confirm__head {
    padding: 30px 22px 26px;
  }

  #mb_confirm.member-confirm .member-confirm__form {
    padding: 24px 22px 28px;
  }

  #mb_confirm.member-confirm .member-confirm__id {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    min-height: 70px;
    padding: 14px 16px;
  }

  #mb_confirm.member-confirm .frm_input,
  #mb_confirm.member-confirm .btn_submit {
    min-height: 54px;
    border-radius: 14px;
  }
}

/* 회원가입 완료 */
#reg_result.register-result {
  width: min(calc(100% - 40px), 1080px);
  margin: 0 auto;
  padding: clamp(150px, 15vw, 190px) 0 108px;
  color: #111827;
}

#reg_result.register-result .register-result__card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
}

#reg_result.register-result .register-result__hero {
  display: grid;
  gap: 14px;
  padding: 54px 58px 46px;
  background:
    radial-gradient(circle at 12% 0%, rgba(15, 118, 110, 0.13), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 52%, #eef6f5 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

#reg_result.register-result .register-result__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #0f172a;
  color: #fff;
  font-size: 1.35rem;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
}

#reg_result.register-result .register-result__eyebrow {
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#reg_result.register-result h1 {
  margin: 0;
  max-width: 760px;
  color: #0f172a;
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.07em;
}

#reg_result.register-result h1 strong {
  color: #0f766e;
}

#reg_result.register-result .register-result__hero p {
  margin: 0;
  max-width: 680px;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.75;
}

#reg_result.register-result .register-result__email {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 22px;
  margin: 34px 42px 0;
  padding: 26px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 24px;
  background: rgba(240, 253, 250, 0.72);
}

#reg_result.register-result .register-result__email span,
#reg_result.register-result .register-result__notes article > span {
  display: block;
  color: #0f766e;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

#reg_result.register-result .register-result__email strong {
  display: block;
  margin-top: 8px;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 900;
}

#reg_result.register-result .register-result__email p {
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.7;
}

#reg_result.register-result #result_email {
  display: grid;
  gap: 10px;
  margin: 0;
}

#reg_result.register-result #result_email > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  background: #fff;
}

#reg_result.register-result #result_email dt {
  color: #64748b;
  font-weight: 800;
}

#reg_result.register-result #result_email dd {
  min-width: 0;
  margin: 0;
  color: #0f172a;
  font-weight: 900;
  word-break: break-all;
}

#reg_result.register-result .register-result__notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 34px 42px 0;
}

#reg_result.register-result .register-result__notes article {
  min-height: 176px;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #f8fafc;
}

#reg_result.register-result .register-result__notes h2 {
  margin: 18px 0 10px;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

#reg_result.register-result .register-result__notes p {
  margin: 0;
  color: #64748b;
  line-height: 1.72;
}

#reg_result.register-result .register-result__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 34px 42px 42px;
}

#reg_result.register-result .register-result__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
}

#reg_result.register-result .register-result__button--primary {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.18);
}

#reg_result.register-result .register-result__button:hover,
#reg_result.register-result .register-result__button:focus {
  border-color: #0f766e;
  background: #0f766e;
  color: #fff;
}

@media (max-width: 900px) {
  #reg_result.register-result .register-result__email,
  #reg_result.register-result .register-result__notes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  #reg_result.register-result {
    width: min(calc(100% - 24px), 1080px);
    padding-top: 118px;
    padding-bottom: 58px;
  }

  #reg_result.register-result .register-result__card {
    border-radius: 24px;
  }

  #reg_result.register-result .register-result__hero {
    padding: 30px 22px 28px;
  }

  #reg_result.register-result .register-result__icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  #reg_result.register-result h1 {
    font-size: 2.05rem;
  }

  #reg_result.register-result .register-result__hero p {
    font-size: 0.98rem;
  }

  #reg_result.register-result .register-result__email,
  #reg_result.register-result .register-result__notes,
  #reg_result.register-result .register-result__actions {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  #reg_result.register-result .register-result__email {
    margin-top: 24px;
    padding: 20px;
  }

  #reg_result.register-result .register-result__notes {
    padding-top: 20px;
  }

  #reg_result.register-result .register-result__notes article {
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }

  #reg_result.register-result .register-result__actions {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 28px;
  }

  #reg_result.register-result .register-result__button {
    width: 100%;
    min-height: 54px;
  }
}
