@charset "utf-8";


/* 06 회원가입 페이지 */

#Membership{
  background: #ebebeb;
  width: 600px;
  height: 1635px;
  margin: 0 auto;
  letter-spacing: -0.8px;
}

#Membership .noshow{display:none;}

#Membership img {
  margin: 0 auto;
  border-bottom: 1px solid #999;  
  padding-bottom: 25px;
  padding-top: 80px;
}

#Membership .container{
  width: 360px;
  margin: 0 auto;
  margin-top: 10px;
}

#Membership .chkID{
  font-size: small;  
  padding-left: 15px;
  padding-bottom: 10px; 
}

#Membership .alert{
  font-size: small;
  color: #0240f0;
  padding-left: 15px;
  padding-bottom: 10px;  
}

#Membership .chkPW{
  font-size: small;
  color: #ff0000;
  padding-left: 15px;
  padding-bottom: 10px;  
}


#Membership input{
  background: #fff;
  border: 1px solid #cecece;
}

#Membership form{
  position: relative;
}

#Membership form button{
  width: 100px;
  padding: 5px;
  font-size: medium;
  background: #333;
  border: none;
  color: #fff;
  position: absolute;  
  top: 17.5px;
  right: 8px;
  cursor: pointer;
}

#Membership .m_input{
  width: 360px;
  padding: 10px;
  padding-left: 20px;
  margin: 10px 0;
  font-size: large;
}

#Membership .m_input2, #Membership .m_input3, #Membership .m_input4, #Membership .m_input5, #Membership .m_input6{
  width: 110px;
  padding: 10px;
  padding-left: 15px;
  margin: 10px 0;
  font-size: large;
  margin-right: 11px;
}

#Membership .m_input3{
  margin-right: 0;
}

#Membership .m_input4{
  margin-right: 5px;
  width: 110px;
}

#Membership .m_input5{
  width: 105px;
  font-size: medium;
  padding-left: 7px;  
}

#Membership .m_input6{
  margin-right: 0;
  width: 106px;
  background: #fff;
  padding: 9px 0 9px 5px;
  font-size: medium;
  color: #666;
  border: 1px solid #cecece;  
}


#Membership .warn1, #Membership .warn2{
  color: #ff0000;
  font-size: small;
  padding: 10px 0;
}

#Membership .warn2{
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
}

#Membership span{
  color: #666;
}

#Membership .essential{
  color: #ff0000;
}


#Membership .term1{
  margin: 10px 0;
}

#Membership .term2, #Membership .term3{
  margin: 10px 0;
  padding: 15px 20px;
  font-size: small;
  overflow: scroll;
  height: 80px;
  overflow-x: hidden;
  color: #666;
  border: 1px solid #cecece;
  background: #fff;
}



#Membership input#all_agreechk{
  display: none;  
}

#Membership input#all_agreechk + label{
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

#Membership input#all_agreechk:checked + label::after{
  content: '✔';
  font-size: 17px;
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}

#Membership input#agree_useterms{
  display: none;
  
}

#Membership input#agree_useterms + label{
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;

}

#Membership input#agree_useterms:checked + label::after{
  content: '✔';
  font-size: 17px;
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}

#Membership input#agree_userinfo{
  display: none;
  
}

#Membership input#agree_userinfo + label{
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;

}

#Membership input#agree_userinfo:checked + label::after{
  content: '✔';
  font-size: 17px;
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}

#Membership input#agree_snsinfo{
  display: none;
  
}

#Membership input#agree_snsinfo + label{
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;

}

#Membership input#agree_snsinfo:checked + label::after{
  content: '✔';
  font-size: 17px;
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}

#Membership hr{
  margin: 20px 0;
  color: #999;
}


#Membership .btn{
  width:100%;
  display: flex;
  justify-content: space-between;
  text-align:center;
}

#Membership .reset, #Membership .submit{
  display: inline-block;
  background: #333;
  color: #fff;
  width: 48%;
  padding: 15px;
  cursor: pointer;
  margin: 15px 0; 
  font-size: medium;
}


/* 07 로그인_완료 */

#Login_fin{
  width: 600px;
  height: 596px;
  margin: 0 auto;
  background: #ebebeb;
  text-align: center;
}

#Login_fin .container{
  width: 360px;
  margin: 0 auto;
}

#Login_fin img{
  padding-top: 200px;
  padding-bottom: 50px;
}

#Login_fin hr{
  margin-bottom: 35px;
}

#Login_fin p{
  color: #666;
  font-size: 17px;
  line-height: 20px;
}

#Login_fin span{
  color: #333;
  font-size: 27px;
  line-height: 60px;
}

#Login_fin a{
  padding: 10px;
  width: 100%;
  margin-top: 40px;
  background: #333;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}

/*로그인 폼*/
#Login{
  width: 600px;
  background: #ebebeb;
  height: 100%;
  margin: 0 auto;
  letter-spacing: -0.8px;
}

#Login img{
  margin: 0 auto;
  padding-bottom: 25px;
  padding-top: 200px;
}

#Login .container{
  width: 360px;
  margin: 0 auto;
  margin-top: 10px;    
}

#Login label{
  color: #333333;
}

#Login .L_input, #Login .L_input2{
  width: 100%;
  background: #fff;
  border: 1px solid #cecece;
  padding: 15px;
}

#Login .L_input{
  margin-top: 5px;
  margin-bottom: 20px;
}

#Login .L_input2{  
  margin-top: 5px;
  margin-bottom: 10px;
}

#Login label{
  font-size: large;
  padding: 5px;
}

#Login button{
  width: 100%;
  padding: 10px 0;
  background: #d8012f;
  border: none;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: large;
  cursor: pointer;
}



#Login .container2{
  display: flex;
  width: 100%;
}

#Login .container2 #idsave{
  display: none;  
}

#Login .container2 #idsave + label{
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  
}

#Login .container2 input#idsave:checked + label::after{
  content: '✔';
  font-size: 17px;
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}

#Login .container2 ul{  
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  width: 100%;
  font-size: 400;
}

#Login .container2{
  font-size: 14px;
  padding-top: 7px;
}


#Login .container2 ul li{
  line-height: 16px;
}

#Login .container2 ul li ul li{
  padding: 0 15px;
  border-right: 2px solid #333;
  line-height: 16px;
}

#Login .container2 ul li ul li:last-child{
  padding-right: 0;
  border-right:0;
}

#Login .container p{
  font-size: 11px;
  color: #666;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0;
}

/*로그인 폼*/


/*아이디찾기*/
#SearchID .popup{
  /*
  width: 500px;
  height: 400px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  */
}

#SearchID .title{
  font-size: 18px;
  background: #af0328;
  width: 100%;
  line-height: 50px;
  color: #fff;  
}

#SearchID .title ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#SearchID .title li:last-child{
  line-height: 4px;
  cursor: pointer;
  margin-right: 20px;
}

#SearchID .title span{
  padding-left: 30px;
}



/* .contents */
#SearchID .p_contents{
  text-align: center;
  padding: 30px;
  padding-bottom: 15px;
  font-size: 17px;
}

#SearchID .p_contents input{
  padding: 10px;
  font-size: 17px;  
}

#SearchID .p_contents input::placeholder{
  color: #999;
}

#SearchID .p_contents .name{
  width: 98%;
}

#SearchID .p_contents .phone{
  margin: 5px 0;
  width: 63%;
}
#SearchID .p_contents .number{
  width: 63%;
}

#SearchID .p_contents p{
  font-size: 13px;
  padding: 5px 0 15px 15px;
  text-align: left;
  padding-left: 10px;
  color: #f00702;  
}

#SearchID .p_contents button{
  padding: 10px;
  background: #fff;
  border: 1px solid #333;
  font-size: 17px;
  margin-left: 5px;
  cursor: pointer;
  width: 150px;
}

#SearchID .p_contents input{
  padding-left: 15px;
}

/* .btn */
#SearchID .btnid ul{
  display: flex;
  width: 100%;
  justify-content: center;
}

#SearchID .btnid li{
  width: 40%;
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
}

#SearchID .btnid button{
  width: 90%;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;  
}

#SearchID .btnid li:first-child button{
  background: #333;
  border: none;
  color: #fff;  
}

#SearchID .btnid ul li:last-child button{
  background: #fff;
  border: 1px solid #333;
}

/*아이디찾기*/


/*아이디찾기완료*/
#SearchID_fin .popup{
  /*
  width: 400px;
  height: 238px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  */
}

#SearchID_fin .title{
  font-size: 18px;
  background: #af0328;
  width: 100%;
  line-height: 50px;
  color: #fff;  
}

#SearchID_fin .title ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#SearchID_fin .title li:last-child{
  line-height: 4px;
  cursor: pointer;
  margin-right: 20px;

}

#SearchID_fin span{
  padding-left: 30px;
}

/* .contents */
#SearchID_fin .pcontents{
  text-align: center;
  padding: 35px;
  padding-bottom: 25px;
  font-size: 17px;
}

/* .btn */
#SearchID_fin .btnid{
  margin-top:20px;
  display: flex;
  justify-content: center;
}

#SearchID_fin .btnid ul{
  display: flex;
  width: 90%;
  justify-content: space-between;
}

#SearchID_fin .btnid li{
  width: 100%;
  margin: 0 10px;
}

#SearchID_fin .btnid button{
  width: 100%;
  padding: 10px;  
  cursor: pointer;
  font-size: 18px;
}

#SearchID_fin .btnid li:first-child button{
  background: #333;
  border: none;
  color: #fff;
}

#SearchID_fin .btnid ul li:last-child button{
  background: #fff;
  border: 1px solid #333;
}

/*아이디찾기완료*/


/*비밀번호찾기*/

#PWID .popup{
  /*
  width: 500px;
  height: 400px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  */
}

#PWID .title{
  font-size: 18px;
  background: #af0328;
  width: 100%;
  line-height: 50px;
  color: #fff;  
}

#PWID .title ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#PWID .title li:last-child{
  line-height: 4px;
  cursor: pointer;
  margin-right: 20px;
}

#PWID .title span{
  padding-left: 30px;
}



/* .contents */
#PWID .p_contents{
  text-align: center;
  padding: 30px;
  padding-bottom: 15px;
  font-size: 17px;
}

#PWID .p_contents input{
  padding: 10px;
  font-size: 17px;  
}

#PWID .p_contents input::placeholder{
  color: #999;
}

#PWID .p_contents .name{
  width: 98%;
}

#PWID .p_contents .phone{
  margin: 5px 0;
  width: 63%;
}
#PWID .p_contents .number{
  width: 63%;
}

#PWID .p_contents p{
  font-size: 13px;
  padding: 5px 0 15px 15px;
  text-align: left;
  padding-left: 10px;
  color: #f00702;  
}

#PWID .p_contents button{
  padding: 10px;
  background: #fff;
  border: 1px solid #333;
  font-size: 17px;
  margin-left: 5px;
  cursor: pointer;
  width: 150px;
}

#PWID .p_contents input{
  padding-left: 15px;
}

/* .btn */
#PWID .btnid ul{
  display: flex;
  width: 100%;
  justify-content: center;
}

#PWID .btnid li{
  width: 40%;
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
}

#PWID .btnid button{
  width: 90%;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;  
}

#PWID .btnid li:first-child button{
  background: #333;
  border: none;
  color: #fff;  
}

#PWID .btnid ul li:last-child button{
  background: #fff;
  border: 1px solid #333;
}

/*비밀번호찾기*/