@charset "UTF-8";
#wrap {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

header .top_header {
  background-color: whitesmoke;
  font-size: 14px;
}
header .top_header #wrap {
  height: 43px;
  display: flex;
  align-items: center;
}
header .top_header #wrap .logo {
  width: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  cursor: pointer;
}
header .top_header #wrap .logo img {
  width: 100%;
}

#member_wrap {
  width: 440px;
  padding: 50px 20px 100px 20px;
  margin: 0 auto;
  text-align: center;
  /*로그인*/
  /*아이디비밀번호찾기*/
  /*회원가입*/
}
@media (max-width: 1200px) {
  #member_wrap {
    width: 95%;
  }
}
#member_wrap .title {
  margin-bottom: 55px;
}
@media (max-width: 1000px) {
  #member_wrap .title {
    margin-bottom: 20px;
  }
}
#member_wrap .title .logo {
  width: 180px;
  margin: 0 auto;
}
#member_wrap .title .logo img {
  width: 100%;
}
#member_wrap .title h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 75px;
}
@media (max-width: 1000px) {
  #member_wrap .title h1 {
    font-size: 40px;
    margin: 0;
  }
}
#member_wrap .content .input_box {
  text-align: left;
  margin-bottom: 38px;
}
#member_wrap .content .input_box label {
  font-weight: 700;
}
#member_wrap .content .input_box input {
  display: block;
  border-bottom: 1px solid;
  padding: 10px 5px;
  margin-top: 10px;
  width: 100%;
}
#member_wrap .content .member_classify {
  text-align: left;
  margin-top: -10px;
  margin-bottom: 10px;
}
#member_wrap .content .member_classify input {
  margin-right: 10px;
}
#member_wrap .content .member_classify label {
  margin-right: 10px;
}
#member_wrap .content .member_classify .bubble {
  background-color: #437ECD;
  color: #fff;
  border-radius: 10px;
  padding: 5px 0;
  width: 100%;
  position: relative;
  margin-top: 14px;
  font-size: 15px;
  text-align: center;
}
#member_wrap .content .member_classify .bubble::before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(60, 67, 221, 0);
  border-bottom-color: #437ECD;
  border-width: 8px;
}
#member_wrap .content .flex_box {
  display: flex;
  justify-content: space-between;
}
#member_wrap .content .flex_box input {
  margin-bottom: 3px;
  width: 17px;
  height: 17px;
}
#member_wrap .content .flex_box label {
  margin-left: 3px;
}
#member_wrap .content .flex_box .bar {
  margin: 0 10px;
}
#member_wrap .content .sa_box a {
  width: 100px;
}
#member_wrap .content .sns_box {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 30px 0;
  margin: 50px 0 10px 0;
  border-top: 1px solid;
}
#member_wrap .content .sns_box span {
  position: absolute;
  top: -12px;
  background-color: #fff;
  padding: 0 20px;
}
#member_wrap .content .sns_box a.naver {
  background-color: #00c73c;
  padding: 11px 0px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#member_wrap .content .sns_box a.naver img {
  width: 18px;
  height: 17px;
}
#member_wrap .content .sns_box a.kakao {
  background-color: #fae100;
  padding: 11px 0px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#member_wrap .content .sns_box a.kakao img {
  width: 21px;
  height: 21px;
}
#member_wrap .content .top_txt {
  text-align: left;
  line-height: 27px;
  border-bottom: 1px solid;
  padding-bottom: 14px;
}
#member_wrap .content table {
  text-align: left;
  width: 100%;
}
#member_wrap .content table tr {
  border-bottom: 1px solid #ccc;
  height: 50px;
}
#member_wrap .content table tr td input[type=text],
#member_wrap .content table tr td input[type=email] {
  height: 35px;
  width: 100%;
  border: 0.3px solid;
  margin: 2px;
  padding: 7px;
}
#member_wrap .content table tr td input[type=radio] {
  margin-bottom: 2px;
}
#member_wrap .content table tr td label {
  margin-left: 7px;
}
#member_wrap .content table tr td input[type=radio]:nth-of-type(2) {
  margin-left: 10px;
}
#member_wrap .content p {
  line-height: 30px;
}
#member_wrap .content .kakao_join {
  width: 100%;
  display: block;
  background-color: #fae100;
  padding: 13px 0;
  border-radius: 35px;
  margin-top: 10px;
  background-image: url("../img/kakao.png");
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 7% 50%;
}
#member_wrap .content .naver_join {
  width: 100%;
  display: block;
  background-color: #00c73c;
  padding: 13px 0;
  border-radius: 35px;
  margin-top: 10px;
  background-image: url(../img/naver.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 7% 50%;
}
#member_wrap .content .agree_box {
  position: relative;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#member_wrap .content .agree_box input {
  width: 16px;
  height: 16px;
}
#member_wrap .content .agree_box label {
  margin-left: 10px;
}
#member_wrap .content .agree_box em {
  display: block;
  font-size: 15px;
  margin-left: 27px;
  margin-top: 6px;
}
#member_wrap .content .more {
  position: absolute;
  right: 12px;
  top: 17px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#member_wrap .content .more i {
  margin-left: 5px;
}
#member_wrap .content .term {
  max-height: 140px;
  overflow: auto;
  background-color: #f0ebe6;
  padding: 10px;
  font-size: 14px;
  margin-top: 10px;
}
#member_wrap .content .term table {
  border: 1px solid #ccc;
}
#member_wrap .content .term table tr td {
  font-size: 12px;
  border-right: 1px solid #ccc;
  text-align: center;
}
#member_wrap .content .term::-webkit-scrollbar {
  width: 6px;
}
#member_wrap .content .term::-webkit-scrollbar-thumb {
  height: 30px;
  background: #2d2d2d;
  border-radius: 10px;
}
#member_wrap .content .term::-webkit-scrollbar-track {
  background-color: transparent;
}
#member_wrap .content .input_wrap {
  padding-left: 35px;
  padding-top: 10px;
}
#member_wrap .agree_box:first-of-type,
#member_wrap .agree_box:last-of-type {
  border-bottom: 1px solid #2d2d2d;
}
#member_wrap h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 30px 0;
}

.btn_black {
  width: 100%;
  padding: 14px 0;
  color: #fff;
  background-color: #2d2d2d;
  font-weight: bold;
}

.btn_white {
  width: 100%;
  padding: 14px 0;
  color: #2d2d2d;
  background-color: #ffffff;
  font-weight: bold;
  border: 1px solid;
}

.phonenumber_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phonenumber_input input {
  width: 30% !important;
}

.flex_input {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
}
.flex_input input {
  width: 66% !important;
}
.flex_input button {
  width: 122px;
  background-color: #fff;
  border: 1px solid;
  height: 37px;
}

.check_icon {
  width: 60px;
  height: 60px;
  background-color: #357af2;
  color: #fff;
  padding: 11px 0;
  border-radius: 50%;
  font-size: 32px;
  margin: 0 auto;
  box-sizing: border-box;
}

.modal-wrap {
  text-align: center;
  padding: 40px;
  border-radius: 47px;
}
.modal-wrap > span {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  display: block;
  line-height: 30px;
  margin-bottom: 25px;
}
.modal-wrap > p {
  text-align: left;
  line-height: 25px;
  font-size: 15px;
}
.modal-wrap > em {
  display: block;
  font-size: 18px;
  padding: 20px 20px 10px 20px;
}
.modal-wrap table {
  border-top: 1px solid;
}
.modal-wrap table tr {
  border-bottom: 1px solid #ccc;
}
.modal-wrap table tr th {
  background-color: whitesmoke;
  padding: 13px 13px;
  text-align: left;
}
.modal-wrap table tr td {
  padding: 13px 27px;
  text-align: left;
}
.modal-wrap button.btn_black {
  width: 180px;
  margin-top: 40px;
}
.modal-wrap .flex_box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.modal-wrap .flex_box > div {
  padding: 34px 50px;
  border: 1px solid #ccc;
}
.modal-wrap .flex_box > div .img {
  height: 43px;
}
.modal-wrap .flex_box > div p {
  margin: 20px 0 5px 0;
}
.modal-wrap .flex_box > div button {
  display: block;
  margin: 20px auto 0 auto;
  background-color: #2d2d2d;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
}
.modal-wrap .flex_box > div:nth-of-type(2) {
  border-left: none;
}/*# sourceMappingURL=member.css.map */