@charset "utf-8";

/* 메뉴 호버, 선택시 */
#nt_menu .me-li.on .me-a,

#nt_menu .me-li:hover .me-a { color: #e97d62 !important;}
#nt_menu .f-md {
   
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.btn-primary,
.btn-primary.disabled, 
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active,
.page-item.active .page-link,
.show > .btn-outline-primary.dropdown-toggle,
.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #e97d62!important;
	border-color: #e97d62!important;
}

.custom-control-input.custom-checked ~ .custom-control-label::before {
	background-color: #e97d62!important;
	border-color: #e97d62!important;
}
hr.hr::after,
.dropdown-item.active, 
.dropdown-item:active,
.bg-primary {
	background-color: #e97d62!important;
}
.bg-primary2 {
	background-color: #fafafa  !important;
	color:#333;
}
.border-primary {
	border-color: #e97d62!important;
}

.text-primary,
.btn-outline-primary.disabled, 
.btn-outline-primary:disabled {
	color : #e97d62!important;
}

/* ---------------------------------------------------------- */

.btn-primary:focus, 
.btn-primary.focus,
.btn-primary:hover {
	background-color: #4A89DC !important;
	border-color: #4A89DC !important;
}

.btn-outline-primary {
	color: #4A89DC !important;
	border-color: #4A89DC !important;
}

.btn-outline-primary:hover {
	color: #fff !important;
}

a.bg-primary:hover, 
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #4A89DC !important;
}
a.bg-primary2:hover, 
a.bg-primary2:focus,
button.bg-primary2:hover,
button.bg-primary2:focus {
	background-color: #4A89DC !important;
	color:#fff;
}
.page-link:focus,
.btn-primary:focus, 
.btn-primary.focus,
.btn-outline-primary:focus, 
.btn-outline-primary.focus,
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(93, 156, 236, 0.5) !important;
}



.btn-primary-m:focus, 
.btn-primary-m.focus,
.btn-primary-m:hover {
	background-color: #f4f8fb !important;
	border-color: #e4b0a3 !important;
}
