.login {
	padding: 0 15px 75px;
	max-width: 1125px;
	margin: 0 auto;
}
.login > .txt {
	font-weight: normal;
	line-height: 1.2;
	padding: 120px 0 40px;
	text-align: center;
	font-size: 23px;
	background: url("../../images/logo.png") 50% 50px / auto 20% no-repeat;
	margin: 50px 0;
}
.login .login-box > div {
	margin: 10px 0;
}
.login .login-box > div input {
	width: 100%;
    height: 45px;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    font-size: 17px;
    font-family: inherit;
    box-sizing: border-box;
}
.login .login-box > div input[type=password] {
	font-family: 'Noto Sans KR', sans-serif;
}
.login .login-box > div input::-webkit-input-placeholder {
	color:#999999;
	font-family: 'Pretendard';
}
.login .login-box > div input:-moz-placeholder {
	color:#999999;
	opacity:1;
	font-family: 'Pretendard';
}
.login .login-box > div input::-moz-placeholder {
	color:#999999;
	opacity:1;
	font-family: 'Pretendard';
}
.login .login-box > div input:-ms-input-placeholder {
	color:#999999;
	font-family: 'Pretendard';
}
.login .login-box > div input:focus {
	box-shadow: 0 2px 0 #000;
}
.login .login-box > div input:focus::-webkit-input-placeholder {
	color: #000;
}

.login .save {
	font-size: 20px;
	margin-top: 30px;
}
.login .save input[type=checkbox] {
	display: none;
}
.login .save label:before {
	content: '';
	display: inline-block;
	vertical-align: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
}
.login .save label span {
    display: inline-block;
    vertical-align: 5px;
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
}
.login .save input[type=checkbox]:checked + label:before {
	background: url("../../images/ico-check.svg")no-repeat 50% 50% / 15px;
}

.login-btn {
	font-size: 0;
	text-align: center;
	margin-top: 30px;
}
.login-btn a {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 12px 0 9px;
    background: #8A46BF;
    color: #fff;
}
.login-btn a.btn-login {
	background: #00119F;
	margin-bottom: 8px;
}


.login .find-wrap {
    position: fixed;
    font-size: 13px;
    text-align: center;
    padding: 30px 0 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.login .find-wrap > a {
	display: inline-block;
	font-size: 13px;
	color: #666;
	text-decoration: underline;
}
.login .find-wrap > a:first-child:after {
    content: '';
    display: none;
    vertical-align: middle;
    width: 1px;
    height: 17px;
    background: #999;
    margin: 0 25px;
}



.cs-pop {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
}
.cs-pop .box {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 780px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
}
.cs-pop .box .close {
	position: absolute;
	top: 30px;
	right: 30px;
}
.cs-pop .box .close img {
	width: 20px;
}
.cs-pop .kakao .thumb {
    position: relative;
    width: 40px;
    height: 40px;
    background: #f9e200;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.cs-pop .kakao .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 25px;
}
.cs-pop .tel {
	margin: 20px 0;
	font-size: 17px;
}
.cs-pop p {
	font-size: 13px;
	line-height: 1.4;
}