@charset "UTF-8";
/***************************************************************
scss 에서 수정해주세요!!!
****************************************************************/
/*로그인*/
.login__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 30px;
  text-align: center;
  margin-bottom: 38px;
}
.login__head img {
  width: 129px;
}
.login__txt {
  font-size: 15px;
  line-height: 1.4;
}
.login__label {
  position: absolute;
  top: 50%;
  left: 0;
  color: #666;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
  transform-origin: left top;
  transition: top 0.2s ease, transform 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}
.login .box {
  padding-block: 0;
}
.login .box .input_box {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 0;
}
.login .box .input_box input {
  width: 100%;
  padding-block: 16px;
  padding-inline: 0;
}
.login .box .input_box input::placeholder {
  color: transparent;
}
.login .box .input_box--floating .login__label {
  top: 24px;
  transform: translateY(-50%);
}
.login .box .input_box--floating input:focus + .login__label,
.login .box .input_box--floating input:not(:placeholder-shown) + .login__label {
  top: 0;
  font-size: 12px;
  font-weight: 300;
  transform: translateY(0);
}
.login .box .btn {
  font-size: 16px;
  font-weight: 600;
}
.login .auto_login {
  margin-top: 20px;
  padding-bottom: 38px;
  font-size: 14px;
  font-weight: 400;
  border: none;
}
.login .link_area {
  margin-top: 38px;
}
.login .link_area .link {
  font-size: 14px;
  font-weight: 400;
}

/*회원가입*/
.join_agree .chk_all {
  padding-inline: 0;
  border-bottom: 1px solid #e0e0e0;
}
.join_agree .section {
  border-bottom: 1px solid #e0e0e0;
  margin-block: 10px;
}
.join_agree .box {
  padding: 0;
}
.join_agree .tit_area {
  padding-block: 10px 20px;
  margin-bottom: 0;
}
.join_agree .terms_box {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #f3f4f7;
  border: none;
  font-size: 13px;
}