@charset "UTF-8";
@import url(reset.css);
@import url(font.css);
@import url(all.min.css);



.member_wrap {
  width: 650px;
  margin: auto;
  padding: 100px 0;
  /* background: grey; */
  text-align: center;
}
.member_cont {
  padding: 80px 30px;
  border: 1px solid #c7b795;
  border-radius: 5px;
  /* background: rgba(0, 0, 0, 0.95); */
  background: #000;
}
.member_wrap .logo {
  margin-bottom: 60px;
}
.member_wrap h2 {
  font-size: 48px;
  margin-bottom: 50px;
}

.member_input input {
  display: block;
  width: 60%;
  margin: auto;
  padding: 15px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.25);
  color: #fff0d1;
  /* background: none; */
  /* border: 1px solid #c7b795; */
}
.member_input input::placeholder {
  font-size: 15px;
}
.member_input .join_input{
  margin-bottom: 30px;
}
.member_input label {
  display: block;
  width: 60%;
  margin: auto;
  margin-bottom: 10px;
  text-align: left;
}
.member_input input::placeholder {
  color: #999;
}
.remember_id {
  line-height: 15px;
}
.remember_id input {
  width: auto;
}
.remember_id input[type="checkbox"] {
  display: none;
}
.remember_id input[type="checkbox"] + label {

}
.remember_id input[type="checkbox"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.25);
  vertical-align: bottom;
  cursor: pointer;
}
.remember_id input[type="checkbox"]:checked + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url(../img/check.png)no-repeat center / 100%;
  background-color: rgba(255, 255, 255, 0.25);
  vertical-align: bottom;
}

.submit_btn {
  width: 100%;
  margin-top: 60px;
}
.submit_btn:hover input {
  background: #d3c5a8;
  color: #111;
  font-weight: bold;
  cursor: pointer;
}
.join_btn {
  margin-top: 10px;
}
.join_btn a {
  color: #999;
}
.join_btn a:hover {
  color: #fff0d1;
}

/* 회원가입 */
.join_wrap {
  width: 80%;
  height: 700px;
  padding-top: 100px;
  margin: auto;
  text-align: center;
}
.join_wrap .bg {
  width: 100%;
  height: 100%;
  background: url(../img/join_bg.png)no-repeat center / contain;
}

@media screen and (max-width:899px){
  .member_wrap {
    width: 90%;
    margin: auto;
    padding: 100px 0;
    /* background: grey; */
    text-align: center;

  }
  .member_cont {
    padding: 80px 0;
  }
  .member_input input {
    width: 90%;
  }
  .member_input label {
    width: 90%;
    padding-left: 10px;
  }
}
