.member {
  min-height: 100vh;
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  box-sizing: border-box;
  max-width: none;
  margin: 0;
}

.mem-card {
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.07);
  max-width: 55rem;
  margin: 0 auto;
  width: calc(100% - 4rem);
  padding: 3.6rem;
  box-sizing: border-box;
  overflow: hidden;
}
.mem-card.wide {
  max-width: 110rem;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.mem-card.wide .mem-card-col {
  flex: 1 1 0;
  min-width: 0;
  padding: 3.6rem;
  box-sizing: border-box;
}
.mem-card.wide .mem-card-col + .mem-card-col {
  border-left: 0.1rem solid #e5e7eb;
}

.li-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #0066F9;
  margin-bottom: 0;
}

.li-tabs {
  display: flex;
  margin: 2rem 0 0;
  border-bottom: 0.1rem solid #e5e7eb;
}
.li-tabs button {
  flex: 1;
  height: 4.2rem;
  background: none;
  border: none;
  border-bottom: 0.25rem solid transparent;
  font-size: 1.4rem;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
  margin-bottom: -0.1rem;
}
.li-tabs button.on {
  color: #0066F9;
  border-bottom-color: #0066F9;
  font-weight: 700;
}

.li-tab-panel {
  padding-top: 0.4rem;
}

.member .li-group {
  padding: 0.8rem 0;
}
.member .li-group.li-pt {
  padding-top: 2rem;
}

.member .li-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #888;
  margin-bottom: 0.6rem;
}

.member input[type=text],
.member input[type=password] {
  width: 100%;
  height: 5rem;
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  padding: 0 1.6rem;
  font-size: 1.5rem;
  color: #111;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.member input[type=text]:focus,
.member input[type=password]:focus {
  outline: none;
  border-color: #0066F9;
  box-shadow: 0 0 0 0.3rem rgba(0, 102, 249, 0.15);
}
.member input[type=text]::placeholder,
.member input[type=password]::placeholder {
  color: #ccc;
  font-weight: 400;
}

.member select {
  height: 5rem;
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  padding: 0 1.2rem;
  font-size: 1.5rem;
  color: #111;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.member select:focus {
  outline: none;
  border-color: #0066F9;
  box-shadow: 0 0 0 0.3rem rgba(0, 102, 249, 0.15);
}

.member .li-input-btn {
  display: flex;
  gap: 1rem;
}
.member .li-input-btn input {
  flex: 1;
}
.member .li-input-btn button.btn, .member .li-input-btn a.btn {
  flex: 0 0 auto;
  width: auto;
  white-space: nowrap;
  padding: 0 1.6rem;
}

.member .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.member .btn.type1 {
  background: #0066F9;
  color: #fff;
  border: none;
  height: auto;
  font-size: 1.6rem;
}
.member .btn.type1:hover {
  background: #3a7bd5;
}
.member .btn.type2 {
  background: #f5f5f5;
  color: #555;
  border: 0.1rem solid #e5e7eb;
}
.member .btn.type2:hover {
  background: #ebebeb;
}
.member .btn.type3 {
  background: #fff;
  color: #0066F9;
  border: 0.1rem solid #0066F9;
}
.member .btn.type3:hover {
  background: rgba(0, 102, 249, 0.05);
}

.member .li-btn-row {
  display: flex;
  gap: 1.2rem;
  padding: 0.8rem 0;
}
.member .li-btn-row .btn {
  flex: 1;
}

.member .li-comment {
  font-size: 1.4rem;
  color: #888;
  padding: 0.6rem 0;
  text-align: center;
}
.member .li-comment a {
  display: inline-block;
  color: #0066F9;
  text-decoration: none;
  font-weight: 600;
  padding-top: 1rem;
  margin-left: 0.4rem;
}
.member .li-comment a:hover {
  text-decoration: underline;
}

.member .li-desc {
  font-size: 1.4rem;
  color: #888;
  padding: 0.4rem 0;
}

.member .li-err {
  font-size: 1.2rem;
  color: #e53e3e;
  margin: 0.3rem 0 0;
}

.member .li-user-info {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  font-size: 1.5rem;
  color: #111;
  background: #f5f5f5;
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  box-sizing: border-box;
}

.member .li-auth-display {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.member .li-auth-display span {
  flex: 1;
  display: inline-flex;
  align-items: center;
  height: 5rem;
  padding: 0 1.6rem;
  font-size: 1.5rem;
  color: #111;
  background: #f5f5f5;
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  box-sizing: border-box;
}
.member .li-auth-display a.btn {
  flex: 0 0 auto;
  width: auto;
  padding: 0 1.6rem;
  white-space: nowrap;
}

.member .li-email-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.member .li-email-row input[type=text] {
  flex: 1;
  min-width: 0;
}
.member .li-email-row .at-sign {
  font-size: 1.5rem;
  color: #888;
  flex-shrink: 0;
}
.member .li-email-row select {
  flex: 1;
  min-width: 0;
}
.member .li-email-row .email-input {
  flex: 1;
  min-width: 0;
}

.member .li-postcode-row {
  display: flex;
  gap: 1rem;
}
.member .li-postcode-row input[type=text] {
  flex: 1;
  min-width: 0;
}
.member .li-postcode-row a.btn {
  flex: 0 0 auto;
  width: auto;
  padding: 0 1.6rem;
  white-space: nowrap;
}

.mem-confirm-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #e5e7eb;
  margin-bottom: 2.4rem;
}
.mem-confirm-logos img {
  height: 2.8rem;
  width: auto;
  object-fit: contain;
}

.mem-confirm-msg {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 2.4rem;
}
.mem-confirm-msg b {
  color: #0066F9;
}

.mem-confirm-info {
  background: #fafbfd;
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.2rem;
  padding: 1.6rem 2rem;
  margin-bottom: 2rem;
}

.mem-confirm-row {
  display: flex;
  align-items: flex-start;
  padding: 0.8rem 0;
  border-bottom: 0.1rem solid #e5e7eb;
}
.mem-confirm-row:last-child {
  border-bottom: none;
}

.mem-confirm-label {
  flex: 0 0 9rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #888;
}

.mem-confirm-value {
  flex: 1;
  font-size: 1.4rem;
  color: #111;
}

.mem-confirm-link {
  text-align: center;
  padding-top: 0.8rem;
}
.mem-confirm-link a {
  font-size: 1.4rem;
  color: #888;
  text-decoration: none;
}
.mem-confirm-link a:hover {
  color: #0066F9;
}
.mem-confirm-link a.type1 {
  color: #0066F9;
}

.alert-pop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.15);
  padding: 3.2rem 3.2rem 2.4rem;
  min-width: 32rem;
  max-width: 90vw;
  z-index: 99999;
  text-align: center;
  width: auto;
}
.alert-pop .title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  white-space: pre-line;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.alert-pop p {
  font-size: 1.4rem;
  color: #888;
  white-space: pre-line;
  line-height: 1.5;
  margin: 0;
}
.alert-pop .btn-area {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.alert-pop .btn-area button {
  height: 4.4rem;
  padding: 0 2.4rem;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}
.alert-pop .btn-area button.btn-close {
  background: #f0f0f0;
  color: #555;
}
.alert-pop .btn-area button.btn-close:hover {
  background: #e0e0e0;
}
.alert-pop .btn-area button.main-btn {
  background: #0066F9;
  color: #fff;
}
.alert-pop .btn-area button.main-btn:hover {
  background: #3a7bd5;
}
.alert-pop > button {
  display: inline-block;
  margin-top: 1.6rem;
  height: 4rem;
  padding: 0 2.4rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background: #0066F9;
  color: #fff;
}
.alert-pop > button:hover {
  background: #3a7bd5;
}

.li-grp-links {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 1.6rem;
}

.li-grp-link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #e5e7eb;
  text-decoration: none;
  color: #111;
  transition: background 0.15s;
  line-height: 2rem;
}
.li-grp-link:last-child {
  border-bottom: none;
}
.li-grp-link strong {
  display: flex;
  align-items: center;
  flex: 0 0 9rem;
}
.li-grp-link strong img {
  max-height: 3rem;
  max-width: 9rem;
  width: auto;
  object-fit: contain;
}
.li-grp-link span {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
}
.li-grp-link i {
  flex-shrink: 0;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #888;
  border-right: 0.2rem solid #888;
  transform: rotate(45deg);
  transition: border-color 0.15s;
}
.li-grp-link:hover span {
  color: #0066F9;
}
.li-grp-link:hover i {
  border-color: #0066F9;
}

@media (max-width: 767px) {
  .member {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }
  .mem-card {
    width: calc(100% - 3.2rem);
    border-radius: 1.2rem;
    padding: 2.4rem 2rem;
  }
  .mem-card.wide {
    flex-direction: column;
  }
  .mem-card.wide .mem-card-col {
    padding: 2.4rem 2rem;
  }
  .mem-card.wide .mem-card-col + .mem-card-col {
    border-left: none;
    border-top: 0.1rem solid #e5e7eb;
  }
  .li-title {
    font-size: 2rem;
  }
  .member .li-email-row {
    flex-wrap: wrap;
  }
  .member .li-email-row input[type=text],
  .member .li-email-row select,
  .member .li-email-row .email-input {
    flex: 1 1 calc(50% - 0.4rem);
  }
  .member .li-email-row .at-sign {
    order: 2;
  }
}

/*# sourceMappingURL=member-common.css.map */
