/*********************************
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;
}

.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: 20px;
}

.normal_page_contents {
	position: relative;
	max-width: 905px;
}

/*********************************
8. Sidebar
*********************************/
.sidebar {
	width: 209px;
	/* padding-left: 10px; */
}

.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 {
	width: 209px;
	background: #ffffff;
	height: 40px;
	padding-left: 18px;
	/*padding-right: 18px;*/
	padding-top: 9px;
	margin: 0;
}

.sidebar_section.active {
	background: #1c507e;
}

.sidebar_section_title {
	/* font-family: 'Roboto Slab', serif; */
	font-size: 19px;
	text-align: left;
	color: #000000;
	line-height: 1;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.sidebar_section_title a {
	color: #000000;
}

.sidebar_section_title.active a {
	color: #ffffff;
}

.sidebar_section_sub {
	width: 209px;
	height: 34px;
	background: #ffffff;
	padding-left: 24px;
	padding-top: 8px;
	margin: 0;
}

.sidebar_section_sub.active {
	background: #1c507e;
}

.sidebar_section_sub_title {
	/* font-family: 'Roboto Slab', serif; */
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	line-height: 1;
	margin-bottom: 8px;
}

.sidebar_section_title_toggle {
	color: #000000;
	padding-right: 18px;
	font-size: 22px;
	margin-top: 2px;
	font-family: 'Do Hyeon', sans-serif;
	/* font-family: "Raleway", sans-serif;
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
	
	text-align: right;
	background: #ffffff;
	margin:0;
	padding:0;
	border:0;
	top: -3px; 
	position: relative;
	right:0px;*/
}

.sidebar_section_sub_title a {
	color: #000000;
}

.sidebar_section_sub_title.active a {
	color: #ffffff;
}

.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;
}
/*
.latest_title a:hover
{
	color: #14bdee;
} */

/********************
 * PANELS**게시판 부분
 ********************/
.panel {
	/* 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);*/
	background-color: #fff;
	margin-bottom: 20px;
}

.panel .panel-body {
	padding-left: 10px;
	padding-right: 10px;
	width: 912px;
}

.panel .panel-footer {
	padding-left: 10px;
	padding-right: 10px;
}

.panel .panel-heading {
	padding: 8.5px 10px;
	position: relative;
}

.panel .panel-heading .panel-title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	color: #000000;
}

.panel .panel-heading-mov {
	padding: 8.5px 10px;
	position: relative;
	display: none;
}

.panel .panel-heading-mov .panel-title-mov {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
}

.panel .panel-heading button {
	padding: 0;
	margin-left: 5px;
	background-color: transparent;
	border: none;
	outline: none;
}

.panel .panel-heading button i {
	font-size: 14px;
}

.panel .panel-body {
	padding-top: 1.5px;
	padding-bottom: 0px;
}

.panel .panel-body .panel-search {
	width: 300px;
	margin: 0px 0 10px auto;
}

.panel .panel-body .panel-youtube, .panel .panel-body .panel-youtube2 {
	margin: 42px 0 0 0;
	text-align: center;
}

.panel-btn-right {
	width: 100px;
	margin: 10px 0 0 auto;
}

.panel-btn-right button {
	margin-right: 0px;
	width: 100px;
	height: 45px;
	font-size: 18px;
	font-weight: 500;
}

.panel .panel-body .panel-search .form-control {
	
}

.panel .panel-body .panel-search .btn {
	/* width: 75px;
	height: 31px; */
	background: #707070 0% 0% no-repeat padding-box;
	border-color: #707070;
	font-size: 16px;
	color: #ffffff;
	margin-left: 5px;
}

.panel .panel-note {
	font-size: 13px;
	line-height: 2.6;
	color: #777777;
}

.panel .panel-note i {
	font-size: 16px;
	margin-right: 3px;
}

.panel .right {
	position: absolute;
	right: 20px;
	top: 32%;
}

.panel.panel-headline .panel-heading {
	border-bottom: none;
}

.panel.panel-headline .panel-heading .panel-title {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: normal;
}

.panel.panel-headline .panel-heading .panel-subtitle {
	margin-bottom: 0;
	font-size: 14px;
	color: #8D99A8;
}

.panel.panel-scrolling .btn-bottom {
	margin-bottom: 30px;
}

.panel .table {
	border-top: 3px solid #000000;
	border-collapse: collapse;
	margin-bottom: 0;
}

.panel .table .table-contents {
	margin-top:20px;
}

.panel .table>thead>tr {
	height: 48px;
}

.panel .table>thead>tr>th {
	margin: 0;
	border-bottom: 0px solid #ffffff;
}

.panel .table>thead>tr>th>p {
	font-size: 16px;
	text-align: center;
	color: #000000;
	margin: 0;
}

.panel .table>tbody>tr {
	/* height: 210px; */
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #d6d7d8;
	border-collapse: collapse;
}

.td_img {
	width: 210px;
	height: 160px;
	padding: 25px 48px 25px 17.5px !important;
}

.td_title {
	padding: 0 !important;
}

.td-num {
	width: 57px;
}
	
.archive-table-m-date {
	width: 120px;
}
.panel .table>tbody>tr>td>img { /* 왼쪽 이미지 */
	width: 210px;
	height: 160px;
}

.panel .table>tbody>tr>td {
	vertical-align: middle;
}

.panel .table>tbody>tr>td>a { /* 오른쪽 텍스트 */
	font-size: 18px;
	color: #000000;
}

.panel .table>thead>tr>th:first-child, 	.panel .table>thead>tr>td:first-child, 
.panel .table>thead>tr>th, 				.panel .table>thead>tr>td,
.panel .table>thead>tr>td:last-child,  	.panel .table>thead>tr>th:last-child {
	text-align: center;
}
.panel .table>tbody>tr>td.td-center {
	text-align: center;
/* 	padding-left: 0px; */
}
.panel .table>tbody>tr>td.title {
	padding-left: 25px;
}
.panel .table>tbody>tr>td.title .td_notice {
	color: #F39800;
	font-weight: 700;
}
.panel .table>tbody>tr>td.title .td_notice::before {
	font-family: 'FontAwesome';
    content: '\f05a ';
}
.panel .table>tbody>tr>td:first-child, .panel .table>tbody>tr>th:first-child, 
.panel .table>tfoot>tr>td:first-child, .panel .table>tfoot>tr>th:first-child
{
/* 	padding-left: 25px; */
}


.panel .table>tbody>tr>td:last-child, .panel .table>tbody>tr>th:last-child,
.panel .table>tfoot>tr>td:last-child, .panel .table>tfoot>tr>th:last-child
{
/* 	padding-left: 25px; */
}

.panel-footer {
	background-color: #fafafa;
}

/********************
 * INPUTS
 ********************/
.form-control {
	/* -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1); */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-color: #eaeaea;
	background-color: #fcfcfc;
}

.form-control:focus {
	/*    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1); */
	border-color: #d6d6d6;
	background-color: #fff;
}

.input-group {
	/*  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1); */
	
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-addon {
	border: 1px solid #eaeaea;
}

/************************
 ** paging pagination*****
 ************************/
.pagination_container {
	margin: 56px auto 0 auto;
}

.pagination_container>nav {
	
}

.pagination_list {
	padding: 0;
	margin: 0;
}

.pagination_list li {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.pagination_list li:not(:last-child) {
	margin-right: 5px;
}

.pagination_list li:hover, .pagination_list li.active {
	background: #14bdee;
}

.pagination_list li a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #757686;
	line-height: 40px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.pagination_list li:hover a, .pagination_list li.active a {
	color: #FFFFFF;
}
