@charset "utf-8";


.regist-form {
    padding-top: 60px !important;
	display:block;
}

@media (max-width: 767.98px) {
	.regist-form {
    	padding-top: 00px !important;
	}

}

.container {
    max-width: 800px !important;
}

@media (max-width: 767.98px) {
	
}

p.regist-title { font-size:16px !important; font-weight:600 !important; transform:skew(-0.1deg); margin-bottom:10px;}

.btn_frmline,
.frm_input,
.form-control { font-size:14px;}
#fregister_private { font-size:14px;}

.form-check { font-size:16px;}

.list-group-item { padding:20px;}


.form-group {  margin-bottom:20px !important;}
.form-group:last-child {  margin-bottom:0px !important;}



.btn_frmline,
.frm_input { }

.frm_input { border-width:1px;padding:6px 10px; border-radius:.25rem; border:1px solid #ced4da}

.btn_frmline {-webkit-appearance: button; border:none;  background-color:#666; color:#fff;padding:7px 10px; border-radius:.25rem;}

/* 자동등록방지숫자 안내 텍스트 */
#captcha_info { display:none !important;}