@charset "utf-8";

#wrap{
  max-width: 486px;
  margin: 270px auto;
}

#signup_wrap{
  max-width: 486px;
  margin: 140px auto;
}

/* haeder */

.login-logo{
  display: flex;
  justify-content: center;
  margin-bottom: 49px;
}

.tit{
  font-size: 16px;
  margin-bottom: 14px;
}

.login-from li:first-child{
  margin-bottom: 16px;
}

.input{
  width: 100%;
  height: 52px;
  padding: 16px 18px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.input .eyes{
  color: #D0D0D0;
}

.input input::placeholder{
  color: #D0D0D0;
}

.input input {
  width: 100%;
}

.eyes > div{
  cursor: pointer;
}

.login-btn{
  width: 100%;
  margin: 36px 0 20px 0;
  height: 68px;
  background: linear-gradient(to right, #B5D8E3 0%, #69C7E7 100%);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.login-btn a{
  display: block;
  width: 100%;
  line-height: 68px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.sign-up{
  display: flex;
  justify-content: space-between;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.custom-checkbox input[type="checkbox"] {
  display: none; 
}

.custom-checkbox .checkmark {
  width: 14px;
  height: 14px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #367091;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4.3px;
  width: 3px;
  height: 6px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.sign-up > li{
  font-size: 16px;
}

.sign-up > li > ul{
  display: flex;
}

.sign-up > li > ul > li{
  font-size: 16px;
}

.sign-up > li > ul > li:first-child::after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 8px;
}

@media(max-width:500px){

  #wrap{
  margin: 270px 68px;
}

  .login-logo{
  width: 89%;
  margin: 0 auto 30px auto;
}

.login-logo img{
  width: 100%;
  margin: 0 auto;
}


.tit{
  font-size: 14px;
  margin-bottom: 10px;
}

.login-from li:first-child{
  margin-bottom: 10px;
}

.login-btn{
  margin: 26px 0 10px 0;
  height: 58px;
}

.login-btn a{
  line-height: 58px;
  font-size: 15px;
}

.sign-up > li > ul > li{
  font-size: 13px;
}

.input input::placeholder{
  font-size: 11px;
}

}


@media(max-width:400px){
.input{
  height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
}

.eyes > div{
  cursor: pointer;
  font-size: 12px;
}

.login-btn{
  margin: 26px 0 10px 0;
  height: 48px;
}

.login-btn a{
  line-height: 48px;
  font-size: 15px;
}

.sign-up > li > ul > li{
  font-size: 11px;
}

.custom-checkbox {
  font-size: 11px;
}

}

/* singup */

#signup_wrap header h1{
  text-align: center;
  font-size: 30;
  font-weight: 700;
  margin-bottom: 32px;
}

.signup-form > li{
  margin-bottom: 16px;
}

.signup-form > li .input{
  position: relative;
}

.btn{
  width: 123px;
  height: 35px;
  background-color: #367091;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 16px;
  line-height: 35px;
}

.signup-form > li .password{
  display: flex;
  justify-content: space-between;
}

.signup-form > li .password > li{
  width: calc((100% - 15px) / 2);
}


.signup-form > li .depart{
  display: flex;
  justify-content: space-between;
}

.signup-form > li .depart > li{
  width: calc((100% - 15px) / 2);
}

.signup-form > li.number .number01{
  margin-bottom: 16px;
}

.signup-form > li .user-info{
  display: flex;
  justify-content: space-between;
}

.signup-form > li .user-info > li{
  width: calc((100% - 81px) / 2);
}

.gender{
  display: flex;
  gap: 29px;
  margin-top: 50px;
}

.gender label{
  font-size: 16px;
}

.gender input[type="radio"] {
  display: none;
}

.gender label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  line-height: 21px;
}

.gender label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}

.gender input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}

.gender input[type="radio"]:checked + label::before {
  background-color: #367091;
  border-color: #367091;
}

@media(max-width:500px){

   #signup_wrap{
  margin: 140px 30px;
}

  .signup-form > li .user-info > li{
    width: calc((100% - 30px) / 2);
  }

  .btn{
    width: 91px;
    height: 26px;
    font-size: 11px;
    border-radius: 6px;
    top: 13px;
    line-height: 26px;
  }


  .signup-form > li{
  margin-bottom: 12px;
}


}

@media(max-width:375px){
    .btn{
    top: 8px;
  }

  .gender label {
  font-size: 13px;
}

.gender{
  gap: 13px;
  margin-top: 40px;
}
}

