@charset "utf-8";

.oauthBtn{
	margin-bottom: 10px;	
}

.snsLogin{
	margin-left: 80px;
	display: grid;
}

.moreView-popup .not-closed-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000a;
	z-index: 1;
}

.moreView-popup .popup-top{
	border-radius: 20px 20px 0px 0px;
}

#pwckbox{
	width: 480px;
}

#pwcktxt{
	font-size: 20px; 
	color: #4761DE; 
	line-height: 13px; 
	font-weight: 500; 
	margin-bottom: 7px;
}

#mAdmin-popup .popsearch .search-wrap{
 	display: block !important; 
}

#mAdmin-popup .cont-wrap .popsearch{
 	display: block !important; 
}

#chgMberPw{
    margin-left: 35px;
} 

#pwchulf1{
    margin-bottom: 10px;
}

#pwchchbtn{
	display: flex;
	margin-top: 30px;
	flex-wrap: nowrap;
	justify-content: center;
}

#pwExtBtn{
	margin-right: 10px;
	background-color: #f4f4f5;
	color: #535d64;
}

#accountInfo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: translateX(0%);
    opacity: 100;
    z-index: 9999;
}

#accountBox{
	width: 510px;
}

#accountInfotxt{
	font-size: x-large;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 30px;
}

#accountRegWrap{
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#acpopupclose{
	margin-right: 10px;
}

#acdount-btn-wrap{
	padding-top: 20px;
	padding-bottom: 20px;
}



@media (max-width: 430px){
	footer .container{
 		top: 1000px !important;
	}
}

@media (max-width: 400px){
	footer .container{
 		top: 900px !important;
	}
}