img{
  display:block;
  width:100%;
}

/* 약관동의 */
.agreed_wrap{
  box-sizing:border-box;
  padding-top:100px;
  min-height:100vh;
  background-color:#00cc83;
}

.back_login{
  position:absolute;
  top:20px;
  left:20px;
  width:inherit;
  height:24px;
}
.back_login img{display: inline-block;width: 24px}
.back_login span{display: inline-block;vertical-align: top;color:#fff;}
.intro_box h2{
  font-size:24px;
  font-family:'omniGothic';
  font-weight:200;
  color:#b5fed8;
  text-align:center;
  letter-spacing:-2px;
}

.carvazo_logo{
  margin:auto;
  margin-top:10px;
  margin-bottom:26px;
  max-width:230px;
}

.intro_img{
  box-sizing:border-box;
  padding:0 30px;
  margin:auto;
  max-width:414px;
}

.userinfo_wrap{
  position:fixed;
  left:0;
  bottom:0;
  box-sizing:border-box;
  padding:50px;
  width:100%;
  height:400px;
  border-radius:20px 20px 0 0;
  transition:all 500ms linear;
  background-color:#fff;
}
.userinfo_wrap form{width:501px;margin: 0 auto}
.userinfo_wrap.on{
  position:absolute;
  /* height:560px; */
  height:calc(100% - 70px);
  overflow-y:auto;
}

.terms_check{
  box-sizing:border-box;
  padding-left:8px;
  margin-bottom:30px;
}

.checkbox_wrap {
  position:relative;
  margin-bottom:5px;
}

.checkbox_wrap input[type="checkbox"]{
  position:absolute;
  visibility:hidden;
}

.checkbox_wrap input[type="checkbox"] + label{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  box-sizing:border-box;
  padding-left:28px;
  font-size:12px;
  letter-spacing:-1px;
  cursor:pointer;
  line-height:normal;
  z-index:2;
}

.check_btn{
  position:absolute;
  top:4px;
  left:0;
  width:20px;
  height:20px;
  background-image:url("/images/CARVAZO_IMG/signup/checkbox_off.svg");
  background-position:center;
  background-size:100%;
  background-repeat:no-repeat;
}

.first_wrap{
  box-sizing:border-box;
  padding-bottom:20px;
  border-bottom:1px solid #dee1e4;
  margin-bottom:20px;
}

.first_wrap input[type="checkbox"] + label{
  padding-left:32px;
  font-weight:bold;
  font-size:20px;
}

.first_wrap .check_btn{
  width:25px;
  height:25px;
}

.checkbox_wrap input[type="checkbox"]:checked ~ .check_btn{
  background-image:url("/images/CARVAZO_IMG/signup/checkbox_on.svg");
}

.terms_btn {
  box-sizing:border-box;
  padding-left:28px;
}

.terms_btn button{
  font-size:12px;
  color:#101820;
  text-decoration:underline;
}

.next{
  width:100%;
  height:66px;
}

.next_btn{
  width:100%;
  height:100%;
  text-align:center;
  color:#a9adb4;
  letter-spacing:-1px;
  font-size:20px;
  font-weight:bold;
  background-color:#dee1e4;
  border-radius:10px;
}

.next_btn.active{
  background-color:#0fae6f;
  color:#fff;
}
/* !약관동의 */


/* 계정정보 */
.info_box{
  display:none;
}

.input_box{
  box-sizing:border-box;
  padding-top:15px;
  position: inherit;
  display: block;
}

.input_box li{
  margin-bottom:25px;
}

.input_box li:last-child{
  margin-bottom:0;
}

.input_name{
  margin-bottom:8px;
  font-size:16px;
  color:#626974;
  letter-spacing:-1px;
}

.input_box input{
  box-sizing:border-box;
  border:1px solid #dee1e4;
  width:100%;
  height:70px;
  text-indent:15px;
  letter-spacing:-1px;
}

.input_box input::-webkit-input-placeholder{line-height:25px;}
.input_box input:-ms-input-placeholder{line-height:25px;}
.input_box input:-moz-input-placeholder{line-height:25px;}
.input_box input::placeholder{line-height:25px;}

#password_box{
  position:relative;
}

.lock_btn {
  position:absolute;
  top:24px;
  right:15px;
}

.lock_btn > button {
  position:relative;
  box-sizing:border-box;
  padding-left:16px;
  font-size:12px;
}

.hide{display:none;}

.hide::before, .show::before {
  content:" ";
  display:block;
  position:absolute;
  top:3px;
  left:0;
  width:14px;
  height:14px;
  background-image:url("/images/CARVAZO_IMG/apply/pw_hidden.svg");
  background-position:center;
  background-size:100%;
  background-repeat:no-repeat;
}
.show::before {
  background-image:url("/images/CARVAZO_IMG/apply/pw_visible.svg");
}

.error_msg{
  margin-top:5px;
  font-size:12px;
  color:#ff786e;
  display:none;
}

.info_submit{
  margin-top:110px;
  width:100%;
  height:70px;
}

.info_submit a{
  display:block;
  color:#a9adb4;
  line-height:66px;
}
.info_submit a.active{
  color:#fff;
  background-color:#0fae6f;
}

.term_box {
  display:none;
  position:absolute;
  top:70px;
  left:0;
  width:100%;
  height:100%;
  background-color:#fff;
  border-radius: 20px 20px 0;
}

.term_nav{
  position: relative;
  padding: 12px 0 9px 0;

  width: 100%;
  height:42px;
  box-sizing: border-box;
  text-align: center;
}
.term_nav span{

  font-size: 20px;
  line-height: 19px;
  color:rgb(61, 62, 63);
  font-weight: bold;
  margin:0 auto;
}
.down_btn{
  width:15px;
  height:15px;
  position: absolute;
  right:25px;
  top:12px;
}
.down_btn img{
  width:100%;height: 100%;
}
.term_text{
  width: 501px;
  margin:0 auto;
  padding: 30px 0 16px 0;
  font-size: 12px;
  line-height: 17px;
  color:rgb(61, 62, 63);
  box-sizing: border-box;
  background-color: #fff;
}
