/**
* Template Name: Ninestars - v2.0.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*********************************
** 6. Home ** breadcrumbs/위치네비게이터 ***
*********************************/

.home_bc
{
	width: 100%;
	/*height: 182px;
	background: #f2f4f5;
	border-bottom: solid 1px #edeff0;*/
}
.breadcrumbs_container
{
	/*position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 13px;
	padding-left: 3px; */
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.breadcrumbs ul li
{
	display: inline-block;
	position: relative;
}
.breadcrumbs ul li:not(:last-child)::after
{
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f105';
	margin-left: 7px;
	margin-right: 4px;
	color: #000000;
}
.breadcrumbs ul li a
{
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.breadcrumbs ul li a:hover
{
	color: #1c507e;
}


/*********************
Leon : 일반 페이지 위치 조정용
*********************/
.normal_page_header {
	width: 100%;
	
}

.normal_page_service {
	width: 100%;
	margin-bottom:44px;
}

.page_header {
	background: #000000;
	width: 100%;
	height: 52px;
	margin: 0 0 25px 0;
}
.page_header_title {
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	margin-left: 40px;
	padding: 6px 0 6px 0;
}
.page_header_title_m {
	display: none;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
}

/*****************************

*****************************/
.course
{
	width: 100%;
	/* padding-top: 57px;
	padding-bottom: 100px;*/
	background: #FFFFFF;
}
.course_container
{
	width: 100%;
}
.stab_panel_text
{
	margin: 20px 20px 0 20px;
	
	
}
.stab_panel_text h1 {
/* 	font-size: 28px; */
	font-weight: 700;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 50px;
	font-family: "Noto Sans KR", sans-serif; /* "Open Sans", */
}
.stab_panel_text h3 {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 20px;
	font-family: "Noto Sans KR", sans-serif; /* "Open Sans", */
}
.stab_panel_text p
{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 1.75;
/* 	margin-top: 15px; */
	font-family: "Noto Sans KR", sans-serif; /* "Open Sans", */
}
.stab_panel_text li
{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
/* 	margin-top: 15px; */
	font-family: "Noto Sans KR", sans-serif; /* "Open Sans", */
}