.layer_login {
    display: none;
    width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -300px 0px 0px -250px;
    background: #FFFFFF;
    border-radius: 1px;
    z-index: 999999999;
    border: 1px solid #000;
}
    
.login_bg {
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 99999999;
}

.layer_logins {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    z-index: 9999;
}

.layer_login h2 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    padding: 30px 0px 20px 25px;
	letter-spacing:-0.07em;
	font-family:'Noto Sans Kr';
}

.layer_login h2 strong {
    font-size: 26px;
    font-weight: 600;
	font-family:'arial';
}

.layer_login a {
    color: #000;
    text-decoration: none;
}

.layer_login .user,
.layer_login .pw {
    background-color: #fff;
    width: 90%;
    border-radius: 0px;
    margin: 5px auto;
	border:1px #ccc solid;
}

.layer_login .user:hover,
.layer_login .pw:hover {}

.layer_login input[type="text"]{
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 0;
    outline: none;
    color: #222;
    margin: 0 auto;
	border:1px #fff solid;
}
.layer_login input[type="password"] {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 0;
    outline: none;
    color: #222;
    margin: 0 auto;
	border:0px #ccc solid;
}

.layer_login input[type=checkbox] {
	width:20px;
	height:20px;
}

.layer_login label {
 font-family:'Noto Sans Kr'; font-size:15px; font-weight:300;
}

.layer_login input[type="submit"] {
    background: #4B545E;
    border: 0;
    height: 50px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    padding: 0px 25px;
    cursor: pointer;
    width: 100%;
}

.layer_login input[type="submit"]:hover {}

.layer_login .forgot {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    color: #b5b5b5;
    padding: 0 0 7px 25px;
}

.layer_login .bt_div {
    width: 90%;
    margin: 0 auto;
	margin-bottom:20px;
}

.layer_login .forgot a {
    padding: 0 !important
}

.layer_login ::-webkit-input-placeholder {
    color: #777;
    font-weight: bold;
}

.layer_login .remlog {
	margin:0 auto; 
	text-align:center; 
}

.layer_login .remember {
    padding: 20px 0px;
    font-size: 12px;
    margin-left: 25px;
    line-height: 15px;
    display: inline-block;
    width: 40%;
    float:left;
}
.layer_login .remember2 {
	background:#eee;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    width: 90%;
    text-align: center;
	margin:15px 0 30px 0;
}

.layer_login .forgot h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.layer_login .forgot a {
    color: #777;
}

.layer_login .close {
    width: 32px;
    height: 32px;
    display: block;
    border: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0px;
    cursor: pointer;
}

.layer_login .close:after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 16px;
    transform: rotate(45deg);
    background: #777;
    margin: -8px 0px 0px 14px
}

.layer_login .close:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 16px;
    transform: rotate(-45deg);
    background: #777;
    margin: -8px 0px 0px 14px
}

.layer_login .close:hover:before,
.layer_login .close:hover:after {
    background: #000;
    transition: all 0.2s linear;
}

.layer_login #SignIn {
    border: 2px solid white;
    background: transparent;
    padding: 10px 35px;
    margin: -21px 0px 0px -57px;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;

}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}


.layer_login .temp_tit { position:relative; width:90%; margin:0 auto; margin-top:0px;  margin-bottom:35px; padding:10px 15px; border-radius:27px; background:#eee;  font-family:'Noto Sans Kr'; font-size:15px; font-weight:400;  color:#000; text-align:center;letter-spacing:-0.05em; }
.layer_login .temp_id { margin:0 auto; text-align:center; }
.layer_login .temp_privacy { position:relative; margin:20px 0 10px 0;  text-align:center;} 
.layer_login .temp_privacy textarea { width:90%; height:80px; font-family:'Noto Sans Kr'; font-size:15px; font-weight:300; border:1px #e1e1e1 solid; padding:10px;  margin:0 0 7px 0;} 

@media(max-width: 767px) {
    .layer_login {width: 90%;  margin: -290px 0px 0px -162px;} 
	.layer_login .remember2 { font-size: 15px;  width: 75%;}
	.layer_login .temp_tit { position:relative; width:80%; }
	.layer_login .temp_privacy textarea { width:85%; padding:5px;}
}