/**
	member skin css
*/

.access .panel-footer{overflow:hidden;}
.search textarea {padding: 15px;background: #f7f7f7;font-size: 12px;}
.final .btn_final{margin-top:20px; text-align:center;}

.content_wrap .access {max-width:450px;margin:0 auto;}
.login_title {font-size:27px;text-align:center;margin-bottom:50px;letter-spacing:-1px;}
.panel {box-shadow:0px 0px 10px 5px #fafafa inset;padding:50px 0;border-radius:15px;}
.access label {color:#cdcdcd; font-weight:normal;font-size:16px;margin-bottom:15px;}
.access a{ text-decoration:underline;line-height:25px;font-size:15px; }

.access .form-control {line-height:50px;height:50px;font-size:16px;border-radius:10px;margin-bottom:40px;}
.access .btn-primary {background:#30b4cd;border:1px solid #30b4cd;width:100%;line-height:40px;border-radius:10px;font-size:20px;font-weight:bold;margin-top:50px;}
.access .btn-primary:hover {background:#28a9c1;}
.access .searchinfo{ text-align:right; }

.access .sns_login {padding:15px;}
.access .sns_login p {font-size:24px;font-weight:bold;text-align:center;}
.access .sns_login a {display:block;width:100%;line-height:40px;padding:6px 12px;text-align:center;color:#fff;font-size:20px;font-weight:bold;border-radius:10px;margin-bottom:15px;text-decoration:none;}
.access .sns_login a img {margin:-3px 5px 0 0;width:18px;height:18px;}
.access .sns_login a.facebook {background:#3b5998;}	 
.access .sns_login a.facebook:hover {background:#3a4979;}
.access .sns_login a.kakao {background:#f7e317}
.access .sns_login a.kakao:hover {background:#efd704}
.access .sns_login a.naver {background:#00be3a}
.access .sns_login a.naver:hover {background:#00972e}

.access .member_join {text-align:center;}

@media (max-width: 768px){
	.login_title {font-size:24px;margin-bottom:35px;}
	.content_wrap .access {max-width:90vw;}
}