/*********************************
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;
}

.Btn_1stHeader {
	display: none;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
}

.cateSelect1 {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	border: 0;
	margin: 0;
/* 	padding: 0; */
}

.cate1-dm {
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

.cate1-dm>li {
	padding: 5px 15px;
}

.cate1-dm>li>a:link, 
.cate1-dm>li>a:visited{
	color: #000000;
}

.cate1-dm>li>a:hover {
	color: #ffffff;
}

.cate1-dm>li:hover {
	background:#1c507e;
	color:#ffffff;
}

.Btn_2ndHeader {
	display: none;
	width: 100%;
	height: auto;
	padding: 0px 0 12px 0;
	margin: 0;
}

.cateSelect2 {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	border: 0;
	margin: 0;
}

.cate2-dm {
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}

.cate2-dm>li {
	padding: 5px 15px;
}

.cate2-dm>li>a:link, 
.cate2-dm>li>a:visited{
	text-decoration: none; 
	color: #000000;
}

.cate2-dm>li>a:hover {
	text-decoration: none; 
	color: #ffffff;
}

.cate2-dm>li:hover {
	background:#1c507e;
	color:#fff;
}

.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: 38px;
	padding-left: 18px;
	/*padding-right: 18px;*/
	padding-top: 8px;
	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_box {
	margin-top: 0px;
	margin-bottom: 5px;
}

.sidebar_section_sub {
	width: 209px;
	height: 27px;
	background: #ffffff;
	padding-left: 30px;
	padding-top: 4px;
	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: 19px;
	padding-bottom: 0px;
}

.panel .panel-body {
    padding-top: 0px;
}
.panel .panel-body .panel-search {
	width: 300px;
	margin: 10px 0 60px auto;
}

.panel .panel-body .panel-youtube, .panel .panel-body .panel-youtube2 {
	margin: 42px 0 0 0;
	text-align: center;
}

.panel-btn-right {
	width: 400px;
	margin: 54px 0 0 auto;
}

.panel-btn-right button {
	margin-right: 24px;
	width: 172px;
	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;
	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>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;
}

.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>td:first-child, .panel .table>thead>tr>th:first-child,
	.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>thead>tr>td:last-child, .panel .table>thead>tr>th:last-child,
	.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: 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;
}

/********************
 * SIDEBAR NAVIGATION
 *******************
.sidebar {
  z-index: 9; }
  .sidebar .nav > li > a {
    padding: 18px 30px;
    color: #AEB7C2;
    border-left: 5px solid transparent; }
    .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
      color: #fff;
      background-color: transparent; }
      .sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active i {
        color: #00AAFF; }
    .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
      background-color: #252c35;
      border-left-color: #00AAFF; }
    .sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      float: right;
      position: relative;
      top: 5px;
      font-size: 12px;
      line-height: 1.1;
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .sidebar .nav > li > a .badge {
      font-weight: 400;
      background-color: #F9354C; }
  .sidebar .nav {
     /* submenu *********** -/ }
    .sidebar .nav i {
      float: right;
      margin-right: 5px;
      margin-top: 4px;
      font-size: 16px; }
    .sidebar .nav span {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      top: 0px; }
    .sidebar .nav .nav {
      background-color: #ffffff;
      border: 0.1px; }
      .sidebar .nav .nav > li > a {
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px; }
        .sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
          background-color: transparent;
          border-left-color: transparent; }
        .sidebar .nav .nav > li > a.active a {
          color: #000000; } */