@charset "utf-8";

.popup_common {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.popup_common .con {
  background: #fff;
  position: relative;
  z-index: 1;
  width: 360px;
  padding: 30px 20px 50px;
  margin: 0 auto;
}

/* 회원가입 팝업창 */
.popup_signup .con {
  top: 3%;
}
.popup_signup .con h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.popup_signup .con .bar {
  position: relative;
  text-align: center;
  margin: 10px 0;
}
.popup_signup .con .bar .line {
  width: 100%;
  height: 1px;
  background: #cbcbcc;
  position: absolute;
  top: 7px;
}
.popup_signup .con .bar .text {
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 15px;
  color: #4b4a4b;
  display: inline-block;
  padding: 0 7px;
}
.popup_signup .con .btn_email {
  background: #e5e4e4;
  font-size: 16px;
  color: #353536;
  font-weight: 600;
}
.popup_signup .con .btn_email2 {
  background: #e5e4e4;
  font-size: 16px;
  color: #353536;
  font-weight: 500;
}

.popup_signup .con .inputbox .certificationBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.popup_signup .con .inputbox .certificationBox input {
  margin-top: 0;
  width: 200px;
}
.popup_signup .con .inputbox .certificationBox button {
  width: 115px;
  height: 45px;
  background: #909090;
  color: #fff;
  font-weight: 700;
  border: 1px solid #9f9ea0;
}
.popup_signup .con .inputbox .certificationBox .btn_cer{
  width: 115px;
  height: 45px;
  background: #909090;
  font-weight: 400;
  border: 1px solid #9f9ea0;
  text-align: center;
}
.popup_signup .con .inputbox .certificationBox .btn_cer a{
  line-height: 45px;
  color: #fff;
}

.popup_signup .con h3 {
  color: #19191a;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.popup_signup .con .agreebox {
  text-align: left;
  background: #f4f3f5;
  padding: 15px;
}
.popup_signup .con .agreebox .all {
  border-bottom: 1px solid #bbbabc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.popup_signup .con .agreebox .all span {
  font-size: 15px;
}
.popup_signup .con .agreebox label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.popup_signup .con .agreebox label input {
}

.popup_signup .con .agreebox label span {
  margin-left: 8px;
  font-size: 14px;
}
.popup_signup .con .agreebox label a {
  color: #765aa2;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.popup_signup .con .agreebox label a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.popup_signup .con .btn_join{
  background: #522599;
  color: #fff;
  /* font-weight: bold; */
  font-size: 20px;
  margin-top: 25px;
}
.popup_signup .con .btn_join a{
  background: #522599;
  color: #fff;
  /* font-weight: bold; */
  font-size: 20px;
}

.popup_signup .con .loginbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.popup_signup .con .loginbox span {
  font-size: 18px;
  font-weight: 500;
  color: #292829;
  display: inline-block;
  margin-right: 20px;
}
.popup_signup .con .loginbox a {
  font-size: 18px;
  color: #522599;
  text-decoration: underline;
}

/* 로그인 */
.popup_login .con {
  top: 12%;
}
.popup_login .idsave {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 40px;
}
.popup_login .logo {
  text-align: center;
}

.popup_login .logo img {
  margin-top: 10px;
  margin-bottom: 20px;
}

.popup_login .idsave span {
  margin-left: 5px;
  font-size: 14px;
}

.popup_login .btn_login {
  background: #522599;
  color: #fff;
  font-size: 20px;
}
.popup_login .btn_login a{
  color: #fff;
  font-size: 20px;
}
/* .popup_login .popup_close,
.popup_signup .popup_close{
  position:absolute;
  top:-26px;
  right:0;
  width:24px;
  height: 24px;
} */
.popup_findPwd .popup_close,
.popup_login .popup_close,
.popup_signup .popup_close{
  position:absolute;
  top:12px;
  right:12px;
  width:18px;
  height: 18px;
}


.popup_login .linkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 80px;
  margin-right: 30px;
}
.popup_login .linkbox span {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #5e5e5f;
  margin: 0 16px;
}
.popup_login .linkbox a {
  font-size: 15px;
  display: inline-block;
  text-align: center;
}


/* 비밀번호 찾기 */
.popup_findPwd .con {
   top: 12%;
}
.popup_findPwd .con h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.popup_findPwd .con .bar {
  position: relative;
  text-align: center;
  margin: 10px 0;
}
.popup_findPwd .con .bar .line {
  width: 100%;
  height: 1px;
  background: #cbcbcc;
  position: absolute;
  top: 7px;
}
.popup_findPwd .con .bar .text {
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 15px;
  color: #4b4a4b;
  display: inline-block;
  padding: 0 7px;
}
.popup_findPwd .con .btn_email {
  background: #e5e4e4;
  font-size: 16px;
  color: #353536;
  font-weight: 600;
}
.popup_findPwd .con .btn_email2 {
  background: #e5e4e4;
  font-size: 16px;
  color: #353536;
  font-weight: 500;
}

.popup_findPwd .con .inputbox .certificationBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.popup_findPwd .con .inputbox .certificationBox input {
  margin-top: 0;
  width: 200px;
}
.popup_findPwd .con .inputbox .certificationBox button {
  width: 115px;
  height: 45px;
  background: #909090;
  color: #fff;
  font-weight: 700;
  border: 1px solid #9f9ea0;
}
.popup_findPwd .con .inputbox .certificationBox .btn_cer{
  width: 115px;
  height: 45px;
  background: #909090;
  font-weight: 400;
  border: 1px solid #9f9ea0;
  text-align: center;
}
.popup_findPwd .con .inputbox .certificationBox .btn_cer a{
  line-height: 45px;
  color: #fff;
}

.popup_findPwd .con h3 {
  color: #19191a;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.popup_findPwd .con .agreebox {
  text-align: left;
  background: #f4f3f5;
  padding: 15px;
}
.popup_findPwd .con .agreebox .all {
  border-bottom: 1px solid #bbbabc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.popup_findPwd .con .agreebox .all span {
  font-size: 15px;
}
.popup_findPwd .con .agreebox label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.popup_findPwd .con .agreebox label input {
}

.popup_findPwd .con .agreebox label span {
  margin-left: 8px;
  font-size: 14px;
}
.popup_findPwd .con .agreebox label a {
  color: #765aa2;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.popup_findPwd .con .agreebox label a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.popup_findPwd .con .btn_join{
  background: #522599;
  color: #fff;
  /* font-weight: bold; */
  font-size: 20px;
  margin-top: 25px;
}
.popup_findPwd .con .btn_join a{
  background: #522599;
  color: #fff;
  /* font-weight: bold; */
  font-size: 20px;
}

.popup_findPwd .con .loginbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.popup_findPwd .con .loginbox span {
  font-size: 18px;
  font-weight: 500;
  color: #292829;
  display: inline-block;
  margin-right: 20px;
}
.popup_findPwd .con .loginbox a {
  font-size: 18px;
  color: #522599;
  text-decoration: underline;
}
