@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

body{
	font-family: 'S-CoreDream-4Regular', sans-serif !important;
}

a{
	font-family: 'S-CoreDream-4Regular', sans-serif !important;
}

p{
	font-family: 'S-CoreDream-4Regular', sans-serif !important;
}

.ml-10{
	margin-left: 10px;
}

.input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child){
	border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.account-body .account-social h6:before{
	width: 100px;
}

.account-body .account-social h6:after{
	width: 100px;
}

.btn_google{
	border: 1px solid #eaeaea;
}





.register_chkbox {
	top:0px;
}
.oper_alert_text{
	color:red;
	font-size:12px;
	margin-left:10px;
	margin-bottom: 5px;
}
.modal-dialog {
	max-width: 600px !important;
	margin: 1.75rem auto;
}
.oper_alert_text{
	display:none;
}
.register_personal_text{
	margin-left: 6%;
}
.modal_oper_chk_form .register_chkbox {
	width: 20px;
	height: 20px;
}

.modal_oper_chk_form {
	position: relative;
	margin-top: 4%;
}

.subTitle {
	color: var(--project-primary);
	margin-top: 20px;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}



















