:root {
  --member-primary: #5568fd;
  --member-primary-dark: #455a7b;
  --member-text: #333333;
  --member-text-strong: #191919;
  --member-text-subtle: #748297;
  --member-placeholder: #8a9aaf;
  --member-field: #ecf0f5;
  --member-border: #e2e8f0;
  --member-divider: #e8e8e8;
  --member-check: #c9d3e2;
  --member-error: #e93c3c;
  --member-naver: #3ec729;
  --member-kakao: #fee500;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-width: 480px;
  background: #fff;
}

body {
  width: 100%;
  min-width: 480px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  color: var(--member-text);
  background: #fff;
  font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}

button,
input {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

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

.member-page {
  width: 480px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.member-header {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  width: 100%;
  height: 68px;
  padding: 16px 17px;
  border-bottom: 1px solid var(--member-divider);
  background: #ffffff;
}

.member-header__back,
.member-header__spacer {
  display: block;
  width: 36px;
  height: 36px;
}

.member-header__back {
  padding: 0;
  border: 0;
  background: url('https://img.thinkpool.com/www/member/img/icon-back.svg') center / 23px 20px
    no-repeat;
}

.member-header__back-icon {
  display: none;
}

.member-header__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 149px;
  height: 24px;
  margin: 0 auto;
}

.member-header__brand img {
  width: 149px;
  height: 24px;
  object-fit: contain;
}

.member-main {
  width: 100%;
  padding: 50px 39px 64px;
}

.member-section {
  width: 100%;
}

.member-title {
  margin: 0 0 50px;
  color: var(--member-text);
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}

.member-step {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 26px;
  margin: 0 0 40px;
}

.member-step__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 26px;
  padding: 0 12px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--member-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.member-step__title {
  flex: 0 0 auto;
  color: var(--member-text-subtle);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.member-step__line {
  flex: 1 1 auto;
  height: 1px;
  margin-left: 7px;
  background: var(--member-border);
}

.member-step__notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--member-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.member-form,
.member-form__fields,
.form-field,
.form-fieldset,
.agreement-list {
  display: flex;
  flex-direction: column;
}

.member-form {
  gap: 20px;
  width: 100%;
}

.member-form__fields {
  gap: 16px;
}

.form-field {
  gap: 8px;
  min-width: 0;
}

.form-fieldset {
  gap: 12px;
  min-width: 0;
}

.form-field > .form-field__input + .form-field__input,
.form-field > .form-field__row + .form-field__row {
  margin-top: 4px;
}

.form-field > .form-field__input + .form-error,
.form-field > .form-field__row + .form-error,
.form-fieldset > .form-field + .form-error,
.form-fieldset > .form-field__row + .form-error,
.form-fieldset > .form-field__input + .form-error,
.form-fieldset > .form-field + .form-error-list,
.form-fieldset > .form-field__row + .form-error-list,
.form-fieldset > .form-field__input + .form-error-list {
  margin-top: -4px;
}

.form-fieldset > .form-error + .form-error,
.form-fieldset > .form-error + .form-complete,
.form-fieldset > .form-complete + .form-complete {
  margin-top: -4px;
}

.form-fieldset,
.agreement-list {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.form-field__label {
  padding: 0;
  margin: 0;
  color: var(--member-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.form-fieldset > .form-field__label {
  margin-bottom: 8px;
}

.form-field__input {
  display: block;
  width: 100%;
  min-width: 0;
  height: 54px;
  padding: 13.5px 15px;
  border: 1.5px solid transparent;
  border-radius: 12px;
  outline: 0;
  color: var(--member-text);
  background: var(--member-field);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease;
}

.form-field__input::placeholder {
  color: var(--member-placeholder);
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}

.form-field__input:hover {
  border-color: #d3dce8;
}

.form-field__input:focus {
  border-color: var(--member-primary);
  background: #ffffff;
  box-shadow: none;
}

.form-field__input.is-completed:not(:focus) {
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
}

.form-field__input[readonly] {
  cursor: default;
}

.verification-fieldset input[name='verificationCode']:disabled {
  cursor: default;
  opacity: 1;
}

.form-field__row {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.form-field__row .form-field__input {
  flex: 1 1 auto;
}

.form-error {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0;
  color: var(--member-error);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.form-error__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1px solid var(--member-error);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.form-complete {
  margin: 0;
  color: #5568fd;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.form-help {
  margin: 0;
  color: var(--member-placeholder);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  height: 54px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: var(--member-placeholder);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition:
    filter 0.18s ease,
    transform 0.08s ease,
    box-shadow 0.18s ease;
}

.button:hover {
  filter: brightness(0.97);
}

.button:active {
  transform: translateY(1px);
}

.button:focus-visible,
.agreement-item__detail:focus-visible,
.member-links a:focus-visible,
.member-header__back:focus-visible,
.member-header__brand:focus-visible {
  outline: 3px solid rgba(85, 104, 253, 0.35);
  outline-offset: 3px;
}

.button--block {
  width: 100%;
}

.button--primary {
  height: 60px;
  color: #ffffff;
  background: var(--member-primary);
  font-size: 18px;
  line-height: 25px;
}

.button--secondary {
  width: 116px;
  background: var(--member-placeholder);
}


.button--verification.is-inactive,
.button--verification:disabled.is-inactive,
.button--change.is-inactive,
.button--change:disabled.is-inactive {
  cursor: default;
  opacity: 1;
  background: #8a9aaf;
}

.button--verification:not(.is-inactive):not(:disabled),
.button--change:not(.is-inactive):not(:disabled) {
  cursor: pointer;
  background: #5568fd;
}

.member-form > .button--primary:last-child {
  margin-top: 30px;
}

.check-control,
.radio-control {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  cursor: pointer;
}

.check-control {
  min-height: 24px;
  gap: 10px;
  line-height: 0;
}

.check-control__input {
  display: block;
  flex: 0 0 auto;
  align-self: center;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  appearance: none;
  background-color: var(--member-check);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 9px;
  cursor: pointer;
}

.check-control__input:checked {
  background-color: var(--member-primary);
  background-image: url('https://img.thinkpool.com/www/member/img/icon-check.svg');
}

.check-control--sub .check-control__input {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  -webkit-mask: url('https://img.thinkpool.com/www/member/img/icon-check.svg') center / 13px 9px
    no-repeat;
  mask: url('https://img.thinkpool.com/www/member/img/icon-check.svg') center / 13px 9px no-repeat;
}

.check-control--sub .check-control__input:checked {
  background-color: var(--member-primary);
  background-image: none;
}

.check-control__input:focus-visible {
  outline: 3px solid rgba(85, 104, 253, 0.3);
  outline-offset: 2px;
}

.check-control__label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 24px;
  color: var(--member-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transform: translateY(-1px);
}

.radio-control {
  gap: 6px;
  font-size: 14px;
  line-height: 21px;
}

.radio-control input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--member-primary);
}

.choice-group {
  display: flex;
  align-items: center;
  gap: 24px;
}

.button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.button-group .button {
  flex: 0 0 116px;
}

.text-button {
  display: block;
  width: max-content;
  padding: 0;
  margin: 30px auto 0;
  border: 0;
  color: var(--member-text-subtle);
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}

.member-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.member-links a {
  position: relative;
  color: var(--member-text-subtle);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.member-links a:not(:first-child) {
  padding-left: 16px;
}

.member-links a + a::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 14px;
  background: var(--member-border);
  content: '';
}

.member-links a:last-child {
  color: var(--member-primary-dark);
  font-weight: 700;
}

.social-login {
  display: grid;
  gap: 12px;
  width: 100%;
  margin-top: 50px;
}

.social-login__title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 18px;
  color: var(--member-text-subtle);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.social-login__title::before,
.social-login__title::after {
  flex: 1 1 auto;
  height: 1px;
  background: var(--member-divider);
  content: '';
}

.button--naver,
.button--kakao {
  position: relative;
  height: 60px;
  font-size: 18px;
  line-height: 25px;
}

.button--naver {
  color: #ffffff;
  background: var(--member-naver);
}

.button--kakao {
  color: var(--member-text-strong);
  background: var(--member-kakao);
}

.button__icon {
  position: static;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.button__icon--kakao {
  height: 19px;
}

.agreement-list {
  gap: 16px;
  margin-top: 20px;
}

.agreement-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.agreement-item .check-control {
  gap: 8px;
  min-width: 0;
}

.agreement-item .check-control__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agreement-item__required {
  color: #2c4a9e;
}

.agreement-item__optional {
  color: var(--member-placeholder);
}

.agreement-item__detail {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  color: var(--member-placeholder);
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.agreement-item--sub {
  padding-left: 24px;
}

.member-page--signup-step2 .agreement-item:not(.agreement-item--sub) .check-control__input,
.member-page--signup-social .agreement-item:not(.agreement-item--sub) .check-control__input {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  background-image: none;
}

.member-page--signup-step2 .agreement-item:not(.agreement-item--sub) .check-control__input:checked,
.member-page--signup-social
  .agreement-item:not(.agreement-item--sub)
  .check-control__input:checked {
  border-color: transparent;
  background-color: var(--member-primary);
  background-image: url('https://img.thinkpool.com/www/member/img/icon-check.svg');
}

.check-control--sms .check-control__input {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url('https://img.thinkpool.com/www/member/img/icon-check-sms-off.svg');
  background-size: 24px 24px;
  -webkit-mask: none;
  mask: none;
}

.check-control--sms .check-control__input:checked {
  background-color: transparent;
  background-image: url('https://img.thinkpool.com/www/member/img/icon-check-sms-on.svg');
}

.member-notices {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin-top: 20px;
  background: transparent;
}

.member-notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.member-notice__mark {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
}

.member-notice__text {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
}

.form-field--horizontal {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.form-field--horizontal > .form-field__label {
  padding-top: 15px;
}

.form-field__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.form-field__content--action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px;
  gap: 8px;
}

.form-error-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-error-list--full {
  grid-column: 1 / -1;
  width: 100%;
}

.form-error-list--full .form-error {
  width: 100%;
}

.form-error--grid {
  grid-column: 1 / -1;
}

.member-form--profile {
  gap: 50px;
}

.profile-data,
.profile-fields,
.profile-submit {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.profile-data {
  gap: 20px;
}

.profile-fields,
.profile-submit {
  gap: 12px;
}

.member-form--profile .form-field__input {
  border-color: var(--member-border);
  background: #ffffff;
  font-size: 18px;
  line-height: 25px;
}

.member-page--profile-edit .form-field__input:focus {
  border-color: var(--member-primary);
  background: #ffffff;
  box-shadow: none;
}

.member-form--profile .button--secondary {
  width: 80px;
}

.member-page--profile-edit .form-field__content--action {
  grid-template-columns: minmax(0, 1fr) 90px;
}

.member-page--profile-edit .member-section {
  width: 400px;
  margin: 0 auto;
}

.member-page--profile-edit .member-form--profile .button--secondary {
  width: 90px;
}

.profile-edit-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.profile-edit-group--phone {
  gap: 12px;
}

.profile-edit-actions {
  width: 90px;
  height: 54px;
}

.profile-edit-actions .button {
  width: 100%;
  height: 100%;
}

.profile-edit-group .button--change,
.profile-edit-group .button--change:not(:disabled) {
  cursor: pointer;
  background: var(--member-placeholder);
}

.profile-edit-group[data-profile-editing='true'] .button--change:not(:disabled) {
  background: var(--member-primary);
}

.member-page--profile-edit
  .profile-edit-group
  .form-field__input[data-profile-edit-input]:disabled {
  cursor: default;
  opacity: 1;
  border-color: transparent;
  background-color: #ecf0f5;
  box-shadow: none;
  -webkit-text-fill-color: var(--member-text);
}

.member-page--profile-edit
  .profile-edit-group
  .form-field__input[data-profile-edit-input]:disabled:hover {
  border-color: transparent;
  background-color: #ecf0f5;
}

.profile-edit-group__error,
.profile-edit-group__messages,
.profile-edit-group__phone-messages {
  width: 300px;
  margin-left: 100px;
}

.profile-edit-group__messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.profile-edit-group__phone-messages {
  width: 300px;
}

.profile-edit-group__error .form-error__icon {
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 14px;
}

.profile-edit-group__admin-warning {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  width: 300px;
  margin-left: 100px;
  color: var(--member-error);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  word-break: break-word;
}

.profile-edit-group__admin-warning-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.profile-edit-group__admin-warning-icon .form-error__icon {
  width: 16px;
  height: 16px;
  margin-top: 0;
  font-size: 12px;
  line-height: 14px;
  transform: translateY(4px);
}

.profile-edit-group__admin-warning-text {
  flex: 1 1 auto;
  min-width: 0;
}

.profile-edit-group__admin-warning-text p {
  margin: 0;
}

.profile-verification-send {
  padding: 0 8px;
}

.profile-verification-send span {
  line-height: 24px;
}

.profile-verification-content {
  position: relative;
}

.profile-verification-content input[name='verificationCode'] {
  font-size: 16px;
  line-height: 24px;
}

.member-page--profile-edit
  .profile-verification-content
  input[name='verificationCode']:disabled {
  cursor: default;
  opacity: 1;
  border-color: transparent;
  background-color: #ecf0f5;
  box-shadow: none;
  -webkit-text-fill-color: var(--member-placeholder);
}

.member-page--profile-edit
  .profile-verification-content
  input[name='verificationCode']:not(:disabled):focus {
  border-color: var(--member-primary);
  background-color: #ffffff;
}

.form-fieldset--horizontal {
  position: relative;
  display: block;
  min-height: 94px;
  padding: 15px 0 15px 100px;
}

.form-fieldset--horizontal > .form-field__label {
  position: absolute;
  top: 15px;
  left: 0;
}

.form-fieldset--horizontal .choice-group {
  min-height: 24px;
  gap: 60px;
}

.form-fieldset--horizontal .check-control--sub {
  gap: 8px;
  margin-top: 16px;
}

.form-error--marketing {
  margin-top: 8px;
}

.form-help--marketing {
  padding: 10px 16px;
  margin-top: 0;
  border-radius: 8px;
  color: var(--member-placeholder);
  background: #f8fafc;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.member-form--profile .radio-control {
  gap: 8px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.member-form--profile .radio-control input {
  width: 24px;
  height: 24px;
  border: 1.5px solid var(--member-border);
  border-radius: 50%;
  appearance: none;
  background: #ffffff;
}

.member-form--profile .radio-control input:checked {
  border-color: var(--member-primary);
  background: var(--member-primary);
  box-shadow: inset 0 0 0 4px #ffffff;
}

.form-error--submit {
  display: block;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
}

.member-message {
  text-align: center;
}

.member-message__lead,
.member-message__body {
  margin: 0;
}

.member-message__lead {
  color: var(--member-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.member-message__lead strong {
  color: var(--member-primary);
  font-weight: 700;
}

.member-message__body {
  margin-top: 30px;
  color: var(--member-text-subtle);
  font-size: 15px;
  line-height: 24px;
}

.member-message__body strong {
  color: var(--member-primary);
  font-weight: 500;
}

.member-description {
  margin: 0 0 30px;
  color: var(--member-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.member-page--profile-entry .member-form > .button--primary:last-child {
  margin-top: 30px;
}

.member-page--profile-entry .form-field--horizontal {
  column-gap: 20px;
  row-gap: 8px;
}

.member-page--profile-extra .member-section {
  width: 400px;
  margin: 0 auto;
}

.member-page--profile-extra .form-error,
.member-page--profile-extra .form-complete {
  font-size: 15px;
  line-height: 22px;
}

.member-page--profile-extra .form-error__icon {
  font-size: 14px;
  line-height: 16px;
}

.profile-extra__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.member-page--profile-extra .form-fieldset--horizontal {
  width: 100%;
}

.member-page--profile-extra .radio-control {
  gap: 8px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.member-page--profile-extra .radio-control input {
  width: 24px;
  height: 24px;
  border: 1.5px solid var(--member-border);
  border-radius: 50%;
  appearance: none;
  background: #ffffff;
}

.member-page--profile-extra .radio-control input:checked {
  border-color: var(--member-primary);
  background: var(--member-primary);
  box-shadow: inset 0 0 0 4px #ffffff;
}

.member-page--profile-extra .check-control__label {
  color: #666666;
}

.member-page--profile-extra .text-button {
  margin: 0 auto;
  color: var(--member-text-subtle);
  font-size: 16px;
  line-height: 24px;
}

.member-page--profile-extra .button-group {
  gap: 16px;
  width: 100%;
  margin-top: 40px;
}

.member-page--profile-extra .button-group .button {
  flex: 1 1 0;
  height: 60px;
  font-size: 18px;
  line-height: 25px;
}

.member-page--password-complete .member-title {
  margin-bottom: 80px;
}

.member-message--complete .button {
  margin-top: 50px;
}

.member-page--login .member-title {
  margin-bottom: 50px;
}

.member-page--login .member-form > .check-control {
  margin-top: 20px;
}

.member-page--login .check-control__input {
  background-image: url('https://img.thinkpool.com/www/member/img/icon-check.svg');
}

.member-page--login .member-form > .button--primary:last-child {
  margin-top: 0;
}

.member-page--signup .agreement-list,
.member-page--signup-social .agreement-list {
  margin-top: 20px;
}

.member-page--signup .member-form > .button--primary:last-child,
.member-page--signup-social .member-form > .button--primary:last-child {
  margin-top: 40px;
}

.member-page--signup-step2 .form-error,
.member-page--signup-step2 .form-complete {
  font-size: 15px;
  line-height: 22px;
}

.member-page--signup-social .form-error,
.member-page--signup-social .form-complete {
  font-size: 15px;
  line-height: 22px;
}

.member-page--signup-integrated .member-section {
  width: 400px;
  margin: 0 auto;
}

.member-form--signup-integrated {
  display: block;
}

.signup-integrated__panel,
.signup-integrated__fields {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.signup-integrated__panel[hidden] {
  display: none;
}

.signup-integrated__fields {
  gap: 20px;
}

.signup-integrated__panel > .button--primary {
  margin-top: 60px;
}

.member-page--signup-integrated
  [data-signup-step='2']
  .agreement-item:not(.agreement-item--sub)
  .check-control__input {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  background-image: none;
}

.member-page--signup-integrated
  [data-signup-step='2']
  .agreement-item:not(.agreement-item--sub)
  .check-control__input:checked {
  border-color: transparent;
  background-color: var(--member-primary);
  background-image: url('https://img.thinkpool.com/www/member/img/icon-check.svg');
}

.member-page--signup-integrated [data-signup-step='2'] .form-error {
  font-size: 15px;
  line-height: 22px;
}

.member-page--signup-step2 .member-form > .button--primary {
  margin-top: 40px;
}

.member-page--signup-social .member-form > .button--primary:last-child {
  margin-top: 30px;
}

.member-page--find-id .member-form > .button--primary:last-child,
.member-page--find-password .member-form > .button--primary:last-child {
  margin-top: 40px;
}

.member-page--find-id .member-section {
  width: 400px;
  margin: 0 auto;
}

.find-id-result {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin-top: 50px;
}

.find-id-result__title {
  margin: 0;
  color: var(--member-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
}

.find-id-result__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 30px;
  margin: 0;
  border: 1px solid var(--member-border);
  border-radius: 12px;
  background: #ffffff;
}

.find-id-result__row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: baseline;
  gap: 50px;
  width: 250px;
}

.find-id-result__row dt,
.find-id-result__row dd {
  margin: 0;
  color: var(--member-text);
  font-weight: 500;
}

.find-id-result__row dt {
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
}

.find-id-result__row dd {
  font-size: 18px;
  line-height: 25px;
}

.find-id-result__actions {
  display: flex;
  gap: 16px;
  width: 100%;
}

.find-id-result__actions .button {
  flex: 1 1 0;
  height: 60px;
  font-size: 18px;
  line-height: 25px;
}

.find-id-result__login {
  background: var(--member-placeholder);
}

.member-page--find-password .member-section {
  width: 400px;
  margin: 0 auto;
}

.member-page--find-password .form-error {
  font-size: 15px;
  line-height: 22px;
}

.member-page--find-password .form-error__icon {
  font-size: 14px;
  line-height: 16px;
}

.member-page--find-password-complete .member-section {
  width: 400px;
  margin: 0 auto;
}

.member-page--find-password-complete .member-title {
  margin-bottom: 80px;
}

.find-password-complete {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.find-password-complete__message {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  text-align: center;
}

.find-password-complete__lead,
.find-password-complete__delivery,
.find-password-complete__contact {
  margin: 0;
  color: var(--member-text);
}

.find-password-complete__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.find-password-complete__delivery,
.find-password-complete__contact {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.find-password-complete__delivery span {
  display: block;
}

.find-password-complete__highlight {
  color: var(--member-primary);
  font-weight: 500;
}

.find-password-complete__actions {
  display: flex;
  gap: 16px;
  width: 100%;
}

.find-password-complete__actions .button {
  flex: 1 1 0;
  height: 60px;
  font-size: 18px;
  line-height: 25px;
}

.find-password-complete__login {
  background: var(--member-placeholder);
}

.member-page--profile-edit .member-form > .button--primary:last-child {
  margin-top: 38px;
}

.member-page--password-change .member-form > .button--primary:last-child {
  margin-top: 30px;
}

.member-page--password-change .member-section {
  width: 400px;
  margin: 0 auto;
}

.member-page--password-social .member-title {
  margin-bottom: 80px;
}

.member-page--password-social .member-section {
  width: 400px;
  margin: 0 auto;
}

.member-page--password-social .member-message__lead {
  color: var(--member-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.member-page--password-social .member-message__body {
  margin-top: 30px;
  color: var(--member-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-break: break-word;
}

.member-page--password-social .member-message__body strong {
  color: var(--member-primary);
  font-weight: 500;
}

.member-page--profile-social .member-section {
  width: 400px;
  margin: 0 auto;
}

.member-page--profile-social .member-title {
  margin-bottom: 80px;
}

.member-page--profile-social .member-message__lead {
  color: var(--member-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.member-page--profile-social .member-message__body {
  margin-top: 30px;
  color: var(--member-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.member-page--profile-social .member-message .button {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .member-page {
    height: 1100px;
    min-height: 1100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
