/**
* 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;
}


/*********************************
7. Course
*********************************/

.course
{
	width: 100%;
	/* padding-top: 57px;
	padding-bottom: 100px;*/
	background: #FFFFFF;
}
.course_container
{
	width: 100%;
}
.course_title
{
	/* font-family: 'Roboto Slab', serif; */
	font-size: 36px;
	font-weight: 700;
	color: #384158;
}
.course_image
{
	/* margin-top: 21px; */
	width: 100%;
}
.course_image img
{
	max-width: 100%;
}
.course_tabs_container
{
	width: 100%;
	margin-top: 66px;
}


/*********************
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;
}


/*********************************
*****for service******************
*********************************/
.stab_tops {
	text-align: center;
}
.stab_top {
	text-align: center;
}
.stab_titles { /*여기에 상단 타이틀 모양 잡음 */
	height: 180px;
	width: 100%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	
	margin: 0 0 45px 0;
}
.stab_title.active { /* 여기서 각 타이틀 보이고 안보이고 정리 */
	display: block !important;
	position: relative;
}
.stab_title { /* 여기서 각 타이틀 보이고 안보이고 정리 */
	display: none;
}
.stab_title_image { /* 여기서 이미지 모양잡기 */
	height: 180px;
	overflow:hidden; 	
}
.stab_title_image img { /* 여기서 이미지 모양잡기 */
	height: 180px;
	object-fit: cover;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.stab_title_tag_box { /* 여기서 태그 상자 모양잡기 */
	background: #000000;
	width: 194px;
  	height: 63px;
  	position: absolute;
    left: 0;
    top:50%;
  	transform: translateY(-50%);
}
.stab_title_tag { /* 여기서 태그 텍스트 모양잡기 */
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 10px 0 0 0;
}
.service_bottons {
	width:100%;
	height:45px;
	display: block; 
	margin: 0 auto;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.service_botton {
	margin: 0 30px;
	max-width: 172px;
	height: 45px;
	background: #707070;
	border-radius: 6px;
	flex:1;
	/*display: flex;*/
}
.service_botton:hover, 
.service_botton.active:hover {
	background: #063157;
}
.service_botton.active {
	background: #1C507E;
}
.service_botton_text {
	margin: 8px 0 0 0;
	color: #ffffff;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.stab_panels
{
	width: 100%;
}
.stab_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
.stab_panel.active
{
	display: block !important;
	width: 100%;
	height: 100%;
}
.stab_panel_image {
	float: left;
	margin-right:50px;
}
.stab_panel_image img {
	/* width: 36.25vw; 
	height: 34.1666vw; */
	width: 435px;
	height: 410px;
	object-fit: cover;
}
.stab_panel_right {
	
}
.stab_panel_title
{
	font-size: 27px;
	font-weight: 700;
	color: #000000;
}
.stab_panel_contents
{
	
}

.stab_panel_text
{
	margin-top: 20px;
}
.stab_panel_text h5 {
	font-size: 20px;
}
.stab_panel_text p
{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 1.75;
}

/*********************************
8. Sidebar
*********************************/

.sidebar
{
	width: 209px;
	/* padding-left: 10px; */
	
}
.sidebar_section
{
	width: 209px;
	background: #ECECEC 0% 0% no-repeat padding-box;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
}
.sidebar_header {
	background: #000000;
	width: 209px;
	height: 52px;
	margin-bottom: 20px;
}
.sidebar_header_title {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding: 6px 0 0 0;
}

.sidebar_section_title
{
	/* font-family: 'Roboto Slab', serif; */
	font-size: 25px;
	text-align: left;
	color: #384158;
	line-height: 1;
	margin-bottom: 15px;
}

.sidebar_section_contents
{
	margin-top: 5px;
}
.sidebar_item
{
	/* width: 100%;
	height: 100%; */
	border-top: solid 1px #ababab;
	padding: 10px 0 10px 0;
	display: block;
	position: relative;
	font-size: 16px;
	color: #000000;
	word-break:break-all;
}

.sidebar_latest
{
	margin-top: 31px;
}
.latest:not(:last-child)
{
	margin-bottom: 20px;
}
.latest_image div
{
	width: 90px;
	height: 74px;
	border-radius: 3px;
	overflow: hidden;
}
.latest_image div img
{
	max-width: 100%;
}
.latest_content
{
	border-top: solid 1px #ababab;
	padding-left: 0px;
	margin-top: -4px;
}
.latest_title a
{
	/* font-family: 'Roboto Slab', serif; 
	font-weight: 700; */
	font-size: 16px;
	color: #000000;
	line-height: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}