#login {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background: #292929;
}
#login:after {
	content: '';
	background: #292929;
	display: block;
	width: 100%;
	max-width: 700px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
/* 123123 */
#login .logo {
	text-align: center;
	position: absolute;
	width: 100%;
	max-width: 700px;
	top: 30%;
	transform: translateY(-50%);
	z-index: 1;
}
#login.login02 .logo {
	padding: 4vh 0 6vh;
	position: static;
	transform: none;
}
#login .logo img {
	width: 45%;
	max-width: 340px;
}
.login {
	position: absolute;
	width: 100%;
	max-width: 700px;
	top: 70%;
	transform: translateY(-50%);
}
.login .btn-area {
	padding: 5% 5% 0;
	background: #292929;
}
.login .btn-area > a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	height: 100px;
	line-height: 100px;
	margin: 30px 0;
	background: #fff;
	color: #000;
}
.login .btn-area > a.kakao-login {
	background: #f4d327;
}
.login .join-btn {
	display: block;
    text-align: center;
    font-size: 30px;
    margin-top: 55px;
    color: #fff;
}

.login-form {
	padding: 5% 7%;
	background: #292929;
}
.login-form input {
	width: 100%;
	height: 100px;
	background: #fff;
	font-size: 28px;
	margin: 10px 0;
	padding: 0 40px;
	box-sizing: border-box;
}
.login-form button {
	background: #436060;
    display: block;
    font-size: 30px;
    width: 100%;
    height: 100px;
    margin-top: 30px;
}
.login-form button.current {
/*	background: linear-gradient(to right, #cdae58,#f9e99c,#cdae58);*/
background: #436060;
}
.login-form .btn-area {
	margin-top: 40px;
}
.login-form .btn-area a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 28px;
	margin: 5px 0;
	color: #333;
}

.popup {
	display: none;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 630px;
    background: #fff;
    border-radius: 10px;
    z-index: 2;
}
.popup h2 {
	text-align: center;
	padding: 30px 0;
}
.popup div {
	font-size: 0; 
	margin: 20px 5%;
}
.popup div span {
	display: inline-block; 
	vertical-align: middle;
	width:28%; 
	text-align: left; 
	font-size: 25px;
}
.popup div input {
	display: inline-block;
    width: 72%;
    height: 45px;
    background: #fff;
    box-shadow: -9px -5px 10px #f7f7f7, 2px 0px 5px rgb(255 255 255 / 25%), 3px 4px 5px rgb(0 0 0 / 25%);
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 25px;
}
.popup div.phone input {
	width:23.333%;
}
.popup div.phone input:nth-child(3) {
	margin:0 1%;
}
.popup button[type=submit] {
	background: linear-gradient(to right, #6f4f28,#d4ba7e,#6f4f28);
    display: block;
    width: 90%;
    height: 70px;
    font-size: 25px;
    margin: 40px auto;
}
.popup .close {
	position: absolute;
    top: 30px;
    right: 30px;
    background: #fff;
}





/**** 04 ***/


.btn-area .kakao-login a{
	color: #333 ;
}

.login-form .btn-area a{
	color: #333;
}

.find-wrap {
    display: inline-block;
    width: /*60%;*/ 100%;
    margin: 1.2em 0 0em 0;

}
.fint-scnd{
	margin-bottom: 1.2em; border:  1px solid red;;
}

.find-wrap input[type="checkbox"]{
	position: relative;
    /* left: -41%; */
    border: 1px solid;
    width: 10%;/*
	margin: 0 0.6em;*/
	height: 3vh;
}

.find-wrap input[type="checkbox"]{
	  transition: all .3s ease-in-out

}
/*

input[type="checkbox"]:checked + label{
		background: #436060 !important;
		color: red !important
}


input[type="checkbox"]:checked:after {
  background-color: #436060;
  display: block;
  visibility: visible;
  position: absolute;

  width: 100%;
  height: 5vh;
} */

/*
input[type="checkbox"]:checked{
visibility:hidden;}
input[type="checkbox"]:checked:after {
  content: " \2714";
  display: block;
  margin: 0 auto; 
  width: 43%;
  padding: 0 0.7em;
  color: #fff;
  transition: all .3s ease-in-out;
  border-radius: 2px;
  color: #fff;
}
*/

.find-wrap input + .find-wrap label{
		display: inline-flex;
}


.find-btn-wrap{
	display: block;	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.find-btn-wrap a{
	color:  #fff !important;
	display: inline-block;
	width: 40%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
/*
	background: grey;
	padding: 0.8em;
	text-align: center;
	
	margin: 0 0.5em;
	width: 50%;*/
}




/***** find email wrap   ****/


.find-email-wrap h4{
	position: relative;/*
	margin:  0  0 0 1.3em ; */
	display: block;
	margin: 1em auto;
}


.find-email-form{
	height: 30vh;
	margin: 1em 0 0 0;
}


.find-email-wrap button{
	margin-top: 5em;
	color: #fff;
}



.e-address{
	border: 1px solid #ffff;
	padding: 1em;
	width: 90%;
	margin: 1em 0;
	font-size: 0.9em;
	display: block;
	color: #436060;
}


input[type='checkbox']:after {
    box-shadow: none !important;
}
/*

input[type=checkbox]:checked:after {
    background: green ;
    color: black !important;
}


input[type='checkbox']:hover:after, input[type='checkbox']:checked:hover:after {
	background: #5F95FC;
	content: '\2714';
	color: #fff;
}
input[type='checkbox']:checked:after {
	background: #5F95FC;
	content: '\2714';
	color: #fff;
}


*/


.find-wrap-container{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.find-wrap-container label{
	margin-left: 0.2em
}

label[for="checkbox-2-1"] {
        position: relative;
        left: -1em;
      }

	  label[for="checkbox-2-2"] {
        position: relative;
        left: -1em;
      }


@media screen and (max-width: 700px){
	.login .btn-area > a {
		height: auto;
		line-height: 1;
		font-size: 4vw;
		padding: 5% 0;
		margin: 4% 0;
	}
	.login .join-btn {
		font-size: 4vw;
		margin-top: 8%;
	}
	.login-form input {
		height: 13vw;
		margin: 1.5% 0;
		padding: 0 3%;
		font-size: 4vw;
	}
	.find-wrap {
	    margin: 0;
	    font-size: 0;
	}
	.find-wrap span{
		display: inline-block;
	    vertical-align: middle;
	    margin-left: 5px;
		font-size: 3.5vw;
	}
	.login-form button {
		font-size: 4.5vw;
		height: auto;
	    line-height: 1;
	    padding: 6% 0;
	}
	.find-btn-wrap a {
		font-size: 4vw;
	}

	#titleArea h2 {
		font-size: 5vw;
    	padding: 2.5% 0;
	}
	#titleArea a.prev {
		left: 5%;
	    top: 55%;
	    transform: translateY(-50%);
	    display: block;
	    width: 3%;
	    height: 0;
    	padding-bottom: 5%;
	}
	#titleArea a.prev img {
		width: 100%;
	}

}


