@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : login_user.css 로그인 style
    작성자 : 이정은(lje)
    작성일 : 2020-03-20
    속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/

/*=== 로그인 ===*/
.login-group {
	width: 583px;
	margin: auto;
}
.login-group .login-form {
	
}
.login-group .login-form .guide-txt {
    margin: 5px;
    font-size: 13px;
    color: #ff0000;
}
.login-group .login-form .line {
    margin: 30px 0 20px;	
    border: 2px solid #898989;
}
.login-group .login-form .form-row-tit {
    font-size: 21px;
    color: #9b9b9b;
    text-align: center;
}
.login-group .login-form .vdp-datepicker__calendar {
	/* width: 100%; */
    z-index: 1000 !important;
    bottom: 52px;
    /* right: 0px; */
    border-radius: 8px;	
}
.login-group .login-form .form-row {
	margin-top: 25px;
}
.login-group .login-form .check-row {
	margin: 20px;
}
.login-group .login-form .btn-row {
	flex-direction: column;
	margin-top: 25px;
}
.login-group .login-form .btn-row.alt-mar {
	margin-top: 35px;
}
.login-group .login-form .form-row .form-label {
	font-size: 19px;
	color: #fff;
	margin-bottom: 5px;
}
.login-group .login-form .form-row .common-form-control {
	flex: 1;
	width: 100%;
	height: 50px;
	background: #fff;
    font-size: 14px;
    border-width: 1px;
	color: #4b4b4b;	
}
.login-group .login-form .form-row .common-form-control::placeholder {
	font-size: 23px;
	color: #4b4b4b;	
}
.login-group .login-form .form-row .common-form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
    font-size: 14px;
	color: #4b4b4b;	
}
.login-group .login-form .form-row .common-form-control::-moz-placeholder {
  /* Firefox 19+ */
    font-size: 14px;
	color: #4b4b4b;	
}
.login-group .login-form .form-row .common-form-control:-ms-input-placeholder {
  /* IE 10+ */
    font-size: 14px;
	color: #4b4b4b;	
}
.login-group .login-form .form-row .common-form-control:-moz-placeholder {
  /* Firefox 18- */
    font-size: 14px;
	color: #4b4b4b;	
}

.login-group .login-form .form-row .common-form-control.st-orange {
	color: #ff6c00;	
}	
.login-group .login-form .form-row .common-form-control.st-orange::placeholder {
	color: #ff6c00;	
}
.login-group .login-form .form-row .common-form-control.st-orange::-webkit-input-placeholder {
	color: #ff6c00;	
}
.login-group .login-form .form-row .common-form-control.st-orange:-ms-input-placeholder {
	color: #ff6c00;	
}

.login-group .login-form .btn-login {
	width: 100%;
	height: 55px;
	font-size: 17px;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.21);
}

.login-group .sub-function-list {
	display: flex;
    justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.login-group .sub-function-list > li {
    flex: 1;
	padding: 3px 5px;
    text-align: center;
	border-left: 2px solid #959595;	
}
.login-group .sub-function-list > li:first-child {
	border-left: 0 none;
}
.login-group .sub-function-list > li .txt {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
}
.login-group .sub-function-list > li .txt:hover {
	color: #ff6c00;	
}

/*=== sns login ===*/
.login-group .social-login-wrap {
	margin-top: 35px;
}
.login-group .social-login-wrap .tit {
	position: relative;
    height: 25px;
	text-align: center;
}
.login-group .social-login-wrap .tit > span {
	display: inline-block;
	width: 133px;
	margin: auto;
	background: #fff;
	font-size: 13px;
	line-height: 1;
	color: #ff6c00;	
}
.login-group .social-login-wrap .tit:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: -1;
	width: 100%;
	height: 2px;
	background: #ffd3b2;
}

.login-group ul.btn-type-list {
	display: flex;
    justify-content: center;
	align-items: center;	
	margin-top: 15px;
}
.login-group ul.btn-type-list > li {
	flex: 1;
	padding: 0 3px;
}
.login-group ul.btn-type-list > li .btn-type {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 10px 28px;
	text-align: center;
	color: #fff;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.21);
}
.login-group ul.btn-type-list > li .btn-type .txt {
	display: inline-block;
	margin: auto;
	font-size: 19px;
	vertical-align: bottom;
    letter-spacing: -1px;
}
.login-group ul.btn-type-list > li .btn-type .icon-kakao {
	width: 24px;
	height: 24px;
}
.login-group ul.btn-type-list > li .btn-type .icon-naver {
	width: 21px;
	height: 21px;
}
.login-group ul.btn-type-list > li .btn-type .icon-google {
	width: 23px;
	height: 23px;
}
.login-group ul.btn-type-list > li .btn-type-kakao {
	background: #fae100;
	color: #3b1d1e;
}
.login-group ul.btn-type-list > li .btn-type-naver {
	background: #1ec900;
}
.login-group ul.btn-type-list > li .btn-type-facebook {
	background: #3a5daa;
}
.login-group ul.btn-type-list > li .btn-type-google {
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #000;	
}

/* === 내정보 === */
.my-info-group {
	
}
.my-info-group h4.tit {
	margin: 20px 0 10px;
	/* text-align: center; */
	font-size: 22px;
}  
.my-info-group .user-id-group {
	width: 35%;
	display: flex;
	align-items: flex-end;
	text-align: center;
	margin: 40px auto;
	justify-content: space-between;
	border-bottom: 2px solid #727272;
	padding-bottom: 10px;
    font-weight: 700;
}
.my-info-group .user-id-group .user-id {
    margin-left: auto;
    margin-right: 20px;	
    font-size: 30px;
    line-height: 1.2;
}
.my-info-group .user-id-group > span {
	display: block;
}
.my-info-group .user-id-group > span:not(.user-id) {
	color: #ff6c00;
}  

/*=== Media Queries ===*/
/* mob */
@media screen and (max-width: 640px) {
	/* === 로그인 === */
	.login-group {
	    width: 98%;
	}
	.login-group .login-form .form-row {
	    margin-top: 20px;
	}
	.login-group .login-form .check-row {
	    margin: 15px;
	}
	.login-group .login-form .btn-login {
	    height: 48px;
	    font-size: 15px;
	}
	.login-group ul.btn-type-list > li .btn-type {
	    height: 40px;
	    padding: 10px 15px;
	}
	.login-group ul.btn-type-list > li .btn-type .icon {
	    width: 16px;
	    height: 16px;
	}
	.login-group ul.btn-type-list > li .btn-type .txt {
    	font-size: 13px;
	}
	
	/* === 내정보 === */
	.my-info-group .user-id-group h2 {
		font-size: 18px;
	}
	.my-info-group .user-id-group {
    	width: 60%;
	}
	.my-info-group h4.tit {
	    font-size: 18px;
	}
	.my-info-group img {
		width: 30px;
	}
	
