@charset "utf-8";

/********************************************************
■ Page Title
********************************************************/
#nt_title { 
	/* background-color: #fafafa; */ 
	border-bottom:1px solid #dfdfdf; 
}
#nt_title .d-flex { 
	padding-top:0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.0rem;
	height: 50%;
}

#nt_title .d-flex-start{ 
	padding-top:0.5rem;
	padding-bottom: 0.5rem;
	height: 50%;
}
#nt_title .page-title { 
	font-size:1.75rem;
	line-height:1.6;
	letter-spacing:-1px; 
	padding-left: 00.5rem;
}
#nt_title .breadcrumb a {
	color:#888;
}
#nt_title .breadcrumb-item + .breadcrumb-item::before {
	font-family: dotum;
	font-weight: normal;
	color:#aaa;
	content:">";
}
/* @media all and (max-width:992px) {
	.responsive #nt_title .d-flex { 
		padding-top:1.75rem;
	}
	.responsive #nt_title .page-title { 
		font-size:1.5rem;
	}
}
@media all and (max-width:767px) {
	.responsive #nt_title .d-flex { 
		padding-top:1.5rem; 
		height: 100%;
	}
	.responsive #nt_title .page-title { 
		font-size:1.35rem;
	}
}
@media all and (max-width:575px) {
	.responsive #nt_title .d-flex { 
		padding-top:1.25rem; 
		font-size:1.25rem;
		height: 100%;
	}
} */

/* @media only screen and (max-width : 767px) {
	#nt_title { 
		min-height: 640px;
	}
} */
