@charset "utf-8";
:root {
  --member: url(/img/contents/member.svg) no-repeat 0 0 / 4rem;
}

.member-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 5rem 9rem 5rem;
  border: 1px solid #D1D1D1;
  border-top: 0.3rem solid #3A67EA;
}

.member-box .tit {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  line-height: 150%;
}

.member-box .tit span {
  color: var(--main);
  font-weight: 700;
}

.member-box input[type=submit] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem 1rem;
  width: 100%;
  color: #FFF;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 0.5rem;
  border: none;
  background: #383A41;
}

.member-box button::before {
  content: '';
  display: block;
  width: 2rem;
  height: 1.8rem;
  background: var(--member);
}

.member-box .kakao {
  background: #FEE500;
}

.member-box .naver {
  color: #fff !important;
  background: #1EA754;
}

.member-box .naver::before {
  background-position: -2rem 0;
}

.login-box {
  max-width: 56rem;
  width: 100%;
}

.login-box h4 {
  padding: 0;
  margin: 0;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 150%;
}

.login-box h4::before {
  display: none;
}

.login-box .member .form input {
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  width: 100%;
  color: #666;
  line-height: normal;
  border-radius: 0.5rem;
  border: 1px solid #BFC5D6;
  background: #FFF;
}

.login-box .member .check {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #666;
  line-height: normal;
  letter-spacing: -0.05rem;
}

.login-box .member .check input {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.2rem;
  border: 1px solid #BFC5D6;
  background: #FFF;
}

.login-box .member .find {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.login-box .member .find li {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.login-box .member .find li::before {
  content: '';
  width: 0.1rem;
  height: 1.5rem;
  background: #C8C8C8;
}

.login-box .member .find li:nth-child(1) {
  font-weight: 600;
  line-height: normal;
}

.login-box .member .find li:nth-child(1)::before {
  display: none;
}

.login-box .sns {
  margin-top: 5rem;
}

.login-box .sns h4 {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}

.login-box .sns h4 span {
  flex: 0 0 auto;
}

.login-box .sns h4::before {
  content: '';
  display: block;
  position: static;
  width: 100%;
  height: 1px;
  background: #515151;
}

.login-box .sns h4::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #515151;
}

.login-box .sns ul {
  display: flex;
  gap: 1rem;
}

.login-box .sns ul li {
  flex: 1 1 auto;
}

.login-box .sns ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: normal;
  border: none;
  border-radius: 0.5rem;
}

.join-box {
  max-width: 56rem;
  width: 100%;
}

.join-box h4 {
  margin-bottom: 2rem;
  padding-left: 3rem;
  text-align: left;
  margin-top: 5rem;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 150%;
}

.join-box h4::before {
  content: '';
  top: 0.4rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #515151 var(--member);
  background-position: 0 -1.8rem;
}

.join-box li a, 
.join-box li button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: normal;
  border-radius: 0.5rem;
  border: none;
  background: #383A41;
}

.join-box li .kakao {
  color: #000;
  background: #FEE500;
}

.join-box>p {
  margin-top: 5rem;
  color: #000;
  font-size: 1.5rem;
  line-height: normal;
}

.underage {
  align-items: flex-start;
  text-align: left;
}

.underage .tit {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 150%; /* 3.9rem */
}

.underage .tit span {
  color: #252525;
}

.underage h4 {
  margin-bottom: 2rem;
  padding-left: 3rem;
  color: var(--main);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 150%; /* 2.85rem */
}

.underage h4::before {
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--main) var(--member);
  background-position: 0 -1.8rem;
}

.underage .con {
  margin-left: 3rem;
  width: calc(100% - 3rem);
}

.underage .con .check {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 2rem;
}

.underage .con .check input {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.2rem;
  border: 1px solid #BFC5D6;
  background: #FFF;
}

.underage .con .check label {
  color: #252525;
  font-size: 1.7rem;
  line-height: normal;
  text-decoration-line: underline;
}

.underage .con .check label span,
.underage .con .check label+span {
  color: var(--main);
}

.underage .con a {
  display: flex;
  display: inline-block;
  margin-top: 1rem;
  padding: 1.5rem 1rem;
  max-width: 40rem;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: normal;
  border-radius: 0.5rem;
  background: #383A41;
}

.finish {
  background: url(/img/contents/member-finish.png) no-repeat center bottom 9rem / 43.4rem;
}

.finish .tit {
  padding-bottom: 34.2rem;
  margin-bottom: 0;
  width: 100%;
}

.finish .tit span:nth-child(1) {
  color: #252525;
}

.find-tab {
  display: flex;
  margin-bottom: 5rem;
  max-width: 36rem;
  width: 100%;
}

.find-tab>li {
  flex: 1 1 50%;
}

.find-tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.8rem;
  padding: 1.8rem 0rem;
  color: #848484;
  font-size: 1.9rem;
  line-height: normal;
  border-bottom: 1px solid #979CAC;
}

.find-tab .select a {
  color: var(--main);
  font-weight: 700;
  border-bottom: 0.3rem solid var(--main);
}

.find-box {
  max-width: 56rem;
  width: 100%;
}

.find-box p {
  text-align: left;
}

.find-box input[type=submit] {
  margin-bottom: 0;
}

.find-box #pw {
  display: none;
}

/*pc*/
@media screen and (min-width:1025px) {
}

/* mb */
@media screen and (max-width:1024px) {
  .underage .con .check {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .underage .con .check input {
    margin-top: 0.2rem;
  }
}

/* min-mb */
@media screen and (max-width:500px) {
}