/**
* 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/
*/


/*********************************
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: 20px;
}
.tab_panels
{
	
}
.tab_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	/*-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    border: solid 1px #ebebeb;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 25px;*/
}
/* Fade in tabs 
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
} */

.tab_panel_header {
	display: none;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
}

.tab_panel.active
{
	display: block !important;
	padding: 0;
	margin: 0;
	border: 0;
}
.tab_panel_title
{
	/* font-family: 'Roboto Slab', serif; */
	font-size: 27px;
	font-weight: 700;
	color: #000000;
}
.tab_panel_contents
{
	
}

.tab_panel_text
{
	margin-top: 15px;
	margin-bottom: 40px;
}
.tab_panel_text p
{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 1.75;
}
.tab_panel_section
{
	margin-top: 17px;
}

/*********************
Leon : 일반 페이지 위치 조정용
*********************/
.normal_page_side {
	float: left;
	width: 209px;
	margin-right: 30px;
}

.normal_page_contents {
	position:relative;
	/* float: left;  */
	max-width: 895px;
	 
	
}

/*********************************
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_categories ul li a::before
{
	display: inline-block;
	position: relative;
	font-family: 'FontAwesome';
	content: '\f101';
	margin-right: 4px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease; */
}
/*
.sidebar_categories ul li:hover a,
.sidebar_categories ul li:hover a::before
{
	color: #14bdee;
} */

.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;
}
/*
.latest_title a:hover
{
	color: #14bdee;
} */


/******************
**for rental page**
******************/

.rental_image {
	-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
}


